Skip to content

Commit

Permalink
Merge pull request #6099 from thejonroberts/rails-7.2.2-update
Browse files Browse the repository at this point in the history
Rails 7.2.2 update
  • Loading branch information
FireLemons authored Nov 20, 2024
2 parents 24d9a1b + db390a7 commit a809321
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 141 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

ruby "3.2.4"
gem "rails", "7.2.1"
gem "rails", "~> 7.2"

gem "after_party" # post-deployment tasks
gem "amazing_print" # easier console reading
Expand Down Expand Up @@ -99,6 +99,3 @@ group :test do
gem "simplecov"
gem "webmock" # HTTP request stubber
end

# gem "pdf-reader", "~> 2.9"
# gem "redis", "~> 4.0" # Redis is required for Turbo Streams but is not available in production yet until the need arises.
Loading

0 comments on commit a809321

Please sign in to comment.