mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
Switch to general release of Rails 7.2
This commit is contained in:
parent
0691041d37
commit
1f6f55c4a8
2 changed files with 26 additions and 32 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
||||||
ruby file: ".ruby-version"
|
ruby file: ".ruby-version"
|
||||||
|
|
||||||
# Rails
|
# Rails
|
||||||
gem "rails", github: "rails/rails", branch: "7-2-stable"
|
gem "rails", "~> 7.2.0"
|
||||||
|
|
||||||
# Drivers
|
# Drivers
|
||||||
gem "pg", "~> 1.5"
|
gem "pg", "~> 1.5"
|
||||||
|
|
56
Gemfile.lock
56
Gemfile.lock
|
@ -5,10 +5,8 @@ GIT
|
||||||
lucide-rails (0.2.0)
|
lucide-rails (0.2.0)
|
||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
|
|
||||||
GIT
|
GEM
|
||||||
remote: https://github.com/rails/rails.git
|
remote: https://rubygems.org/
|
||||||
revision: f6d62b5f214471f6af0fc0535fe70e4e13b19ed4
|
|
||||||
branch: 7-2-stable
|
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.2.0)
|
actioncable (7.2.0)
|
||||||
actionpack (= 7.2.0)
|
actionpack (= 7.2.0)
|
||||||
|
@ -80,32 +78,6 @@ GIT
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
securerandom (>= 0.3)
|
securerandom (>= 0.3)
|
||||||
tzinfo (~> 2.0, >= 2.0.5)
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
rails (7.2.0)
|
|
||||||
actioncable (= 7.2.0)
|
|
||||||
actionmailbox (= 7.2.0)
|
|
||||||
actionmailer (= 7.2.0)
|
|
||||||
actionpack (= 7.2.0)
|
|
||||||
actiontext (= 7.2.0)
|
|
||||||
actionview (= 7.2.0)
|
|
||||||
activejob (= 7.2.0)
|
|
||||||
activemodel (= 7.2.0)
|
|
||||||
activerecord (= 7.2.0)
|
|
||||||
activestorage (= 7.2.0)
|
|
||||||
activesupport (= 7.2.0)
|
|
||||||
bundler (>= 1.15.0)
|
|
||||||
railties (= 7.2.0)
|
|
||||||
railties (7.2.0)
|
|
||||||
actionpack (= 7.2.0)
|
|
||||||
activesupport (= 7.2.0)
|
|
||||||
irb (~> 1.13)
|
|
||||||
rackup (>= 1.0.0)
|
|
||||||
rake (>= 12.2)
|
|
||||||
thor (~> 1.0, >= 1.2.2)
|
|
||||||
zeitwerk (~> 2.6)
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
addressable (2.8.6)
|
addressable (2.8.6)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
|
@ -320,6 +292,20 @@ GEM
|
||||||
rackup (2.1.0)
|
rackup (2.1.0)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
webrick (~> 1.8)
|
webrick (~> 1.8)
|
||||||
|
rails (7.2.0)
|
||||||
|
actioncable (= 7.2.0)
|
||||||
|
actionmailbox (= 7.2.0)
|
||||||
|
actionmailer (= 7.2.0)
|
||||||
|
actionpack (= 7.2.0)
|
||||||
|
actiontext (= 7.2.0)
|
||||||
|
actionview (= 7.2.0)
|
||||||
|
activejob (= 7.2.0)
|
||||||
|
activemodel (= 7.2.0)
|
||||||
|
activerecord (= 7.2.0)
|
||||||
|
activestorage (= 7.2.0)
|
||||||
|
activesupport (= 7.2.0)
|
||||||
|
bundler (>= 1.15.0)
|
||||||
|
railties (= 7.2.0)
|
||||||
rails-dom-testing (2.2.0)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
|
@ -333,6 +319,14 @@ GEM
|
||||||
rails-settings-cached (2.9.4)
|
rails-settings-cached (2.9.4)
|
||||||
activerecord (>= 5.0.0)
|
activerecord (>= 5.0.0)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
|
railties (7.2.0)
|
||||||
|
actionpack (= 7.2.0)
|
||||||
|
activesupport (= 7.2.0)
|
||||||
|
irb (~> 1.13)
|
||||||
|
rackup (>= 1.0.0)
|
||||||
|
rake (>= 12.2)
|
||||||
|
thor (~> 1.0, >= 1.2.2)
|
||||||
|
zeitwerk (~> 2.6)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.2.1)
|
rake (13.2.1)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
|
@ -499,7 +493,7 @@ DEPENDENCIES
|
||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
propshaft
|
propshaft
|
||||||
puma (>= 5.0)
|
puma (>= 5.0)
|
||||||
rails!
|
rails (~> 7.2.0)
|
||||||
rails-settings-cached
|
rails-settings-cached
|
||||||
redcarpet
|
redcarpet
|
||||||
rubocop-rails-omakase
|
rubocop-rails-omakase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue