Skip to content

Commit

Permalink
Bump to Rails 7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrino committed Sep 23, 2024
1 parent 87c2595 commit 71ee4c1
Show file tree
Hide file tree
Showing 9 changed files with 266 additions and 180 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.0.8.3"
gem "rails", "7.1.4"

gem "aws-sdk-s3", "~> 1"
gem "bootsnap", require: false
Expand Down Expand Up @@ -38,6 +38,7 @@ gem "rails_autolink"
gem "rest-client", require: false
gem "select2-rails", "~> 3.5.9" # Updating this will mean updating the styling as 4 & > have a new approach to class names.
gem "sentry-sidekiq"
gem "sidekiq", "~> 6.5.12" # Allowing version 7 while it is in beta is causing issues. Try again after it leaves beta.
gem "sprockets-rails"
gem "state_machines"
gem "state_machines-mongoid"
Expand Down
Loading

0 comments on commit 71ee4c1

Please sign in to comment.