Skip to content

Commit

Permalink
[RUBY-3226] Update defra_ruby_template dependency to version 5.0 in…
Browse files Browse the repository at this point in the history
… Gemfile.lock and pafs_core.gemspec
  • Loading branch information
jjromeo committed Aug 27, 2024
1 parent 3d6c29c commit 94d8fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
bstard
clamav-client
defra_ruby_alert (~> 2.2)
defra_ruby_template (~> 3)
defra_ruby_template (~> 5.0)
faraday
faraday-retry
govuk_design_system_formbuilder (~> 3)
Expand Down Expand Up @@ -187,7 +187,7 @@ GEM
rubocop-factory_bot
rubocop-rake
rubocop-rspec
defra_ruby_template (3.15.1)
defra_ruby_template (5.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.2)
Expand Down
3 changes: 2 additions & 1 deletion pafs_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Gem::Specification.new do |s|
s.add_dependency "defra_ruby_alert", "~> 2.2"

# GOV.UK styling
s.add_dependency "defra_ruby_template", "~> 3"
s.add_dependency "defra_ruby_template", "~> 5.0"

s.add_dependency "govuk_design_system_formbuilder", "~> 3"
end

0 comments on commit 94d8fba

Please sign in to comment.