[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:
Earlopain 2023-10-15 19:24:53 +02:00
parent 4a26251e77
commit 691b67f0e7
No known key found for this signature in database
GPG Key ID: 48860312319ADF61
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -391,7 +391,7 @@ DEPENDENCIES
opensearch-ruby
pg
puma
rails (~> 7.0)
rails (~> 7.0.0)
recaptcha
redis
request_store