Merge pull request #6062 from consuldemocracy/allow_rails_security_updates
Relax Rails dependency to allow security updates
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
|
|||||||
|
|
||||||
ruby file: ".ruby-version"
|
ruby file: ".ruby-version"
|
||||||
|
|
||||||
gem "rails", "7.1.5.1"
|
gem "rails", "~> 7.1.5.1"
|
||||||
|
|
||||||
gem "acts-as-taggable-on", "~> 12.0.0"
|
gem "acts-as-taggable-on", "~> 12.0.0"
|
||||||
gem "acts_as_votable", "~> 0.14.0"
|
gem "acts_as_votable", "~> 0.14.0"
|
||||||
|
|||||||
@@ -815,7 +815,7 @@ DEPENDENCIES
|
|||||||
pronto-rubocop (~> 0.11.6)
|
pronto-rubocop (~> 0.11.6)
|
||||||
pronto-stylelint (~> 0.11.1)
|
pronto-stylelint (~> 0.11.1)
|
||||||
puma (~> 6.6.0)
|
puma (~> 6.6.0)
|
||||||
rails (= 7.1.5.1)
|
rails (~> 7.1.5.1)
|
||||||
recipient_interceptor (~> 0.3.3)
|
recipient_interceptor (~> 0.3.3)
|
||||||
redcarpet (~> 3.6.1)
|
redcarpet (~> 3.6.1)
|
||||||
responders (~> 3.1.1)
|
responders (~> 3.1.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user