Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundancy pay scotland #2516

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading