Skip to content

Commit

Permalink
set 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 7, 2024
1 parent 6a0f3b3 commit bccc990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby "3.3.5"

# Bundle edge Rails instead:
# gem "rails", github: "rails/rails", branch: "7-2-stable"
gem "rails", "~> 7.2.0.rc1"
gem "rails", "~> 7.2", ">= 7.2.1"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ DEPENDENCIES
pg (~> 1.5)
puma (~> 6.4)
rack-mini-profiler
rails (~> 7.2.0.rc1)
rails (~> 7.2, >= 7.2.1)
redis (~> 5.3)
rspec-rails
rubocop-rails
Expand Down

0 comments on commit bccc990

Please sign in to comment.