Skip to content

Commit

Permalink
Bump redundancy calculator for Scottish bands
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed Jan 14, 2025
1 parent 734014e commit afe8338
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gem 'cream', '2.1.8'
gem 'dough-ruby', github: 'moneyadviceservice/dough', branch: 'PostMessages_v5.45'
gem 'mas-cms-client', '1.20.1'
# Tools
gem 'action_plans', github: 'moneyadviceservice/action_plans', ref: '9eef3fc'
gem 'action_plans', github: 'moneyadviceservice/action_plans', ref: '071e3c3c'
gem 'advice_plans', '~> 4.1.1'
gem 'agreements', '~> 2.5.0'
gem 'budget_planner', github: 'moneyadviceservice/budget_planner', ref: 'd72d455e'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ GIT

GIT
remote: https://github.com/moneyadviceservice/action_plans.git
revision: 9eef3fcc2701d96b084edaa169172156ef78b885
ref: 9eef3fc
revision: 071e3c3c81b878a99e732ba7d27fb1b55a45d174
ref: 071e3c3c
specs:
action_plans (6.7.0)
action_plans (6.8.0)
autoprefixer-rails
dough-ruby (~> 5.0)
draper
Expand Down
4 changes: 2 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20181127152000) do
ActiveRecord::Schema.define(version: 20250107135912) do

create_table "action_plans_expense_items", force: :cascade do |t|
t.string "kind", limit: 256, null: false
Expand Down Expand Up @@ -50,7 +50,7 @@
t.string "package_salary_period", limit: 255
t.integer "package_duration_units", limit: 4
t.string "package_duration_period", limit: 255
t.boolean "northern_ireland"
t.integer "residence", limit: 4
end

create_table "action_plans_redundancy_tasks", force: :cascade do |t|
Expand Down

0 comments on commit afe8338

Please sign in to comment.