Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 7.2.2 update #6099

Merged
merged 4 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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