Skip to content

Commit

Permalink
Merge pull request #1229 from alphagov/rails-upgrade-v2
Browse files Browse the repository at this point in the history
Bump rails version
  • Loading branch information
callumknights authored Nov 15, 2023
2 parents 61a58e8 + c33cfdc commit 36c1723
Show file tree
Hide file tree
Showing 13 changed files with 426 additions and 145 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "7.0.8"
gem "rails", "7.1.2"

gem "addressable"
gem "aws-sdk-core"
Expand All @@ -26,7 +26,7 @@ group :development, :test do
gem "brakeman"
gem "byebug"
gem "climate_control"
gem "database_cleaner"
gem "database_cleaner-mongoid"
gem "factory_bot_rails"
gem "pact", require: false
gem "pact_broker-client", require: false
Expand Down
Loading

0 comments on commit 36c1723

Please sign in to comment.