set 7.2.0
This commit is contained in:
@@ -7,7 +7,7 @@ ruby "3.3.5"
|
|||||||
|
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem "rails", github: "rails/rails", branch: "7-2-stable"
|
# 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]
|
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
|||||||
+1
-1
@@ -331,7 +331,7 @@ DEPENDENCIES
|
|||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
puma (~> 6.4)
|
puma (~> 6.4)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.2.0.rc1)
|
rails (~> 7.2, >= 7.2.1)
|
||||||
redis (~> 5.3)
|
redis (~> 5.3)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
|
|||||||
Reference in New Issue
Block a user