forked from e621ng/e621ng
[Gems] Pin rails to the minor version
Rails minor updates are basically like major ones, without removing deprecations but all the potential bugs that come with a major update. Make a concious decision to update to these new versions.
This commit is contained in:
parent
4a26251e77
commit
691b67f0e7
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@ source 'https://rubygems.org/'
|
||||
|
||||
gem 'dotenv-rails', require: 'dotenv/rails-now'
|
||||
|
||||
gem "rails", "~> 7.0"
|
||||
gem "rails", "~> 7.0.0"
|
||||
gem "pg"
|
||||
gem "dalli", :platforms => :ruby
|
||||
gem "simple_form"
|
||||
|
@ -391,7 +391,7 @@ DEPENDENCIES
|
||||
opensearch-ruby
|
||||
pg
|
||||
puma
|
||||
rails (~> 7.0)
|
||||
rails (~> 7.0.0)
|
||||
recaptcha
|
||||
redis
|
||||
request_store
|
||||
|
Loading…
Reference in New Issue
Block a user