Skip to content

Commit

Permalink
Merge pull request #1492 from alphagov/rails-7.2
Browse files Browse the repository at this point in the history
Upgrade app to Rails 7.2
  • Loading branch information
brucebolt authored Sep 23, 2024
2 parents 9c993d9 + ca55551 commit d57917f
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 116 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "7.1.4"
gem "rails", "7.2.1"

gem "addressable"
gem "aws-sdk-core"
Expand All @@ -15,6 +15,7 @@ gem "jwt"
gem "mongo", "~> 2.21.0"
gem "mongoid"
gem "nokogiri"
gem "observer"
gem "plek"
gem "rack_strip_client_ip"
gem "rails-controller-testing"
Expand Down
Loading

0 comments on commit d57917f

Please sign in to comment.