Merge remote-tracking branch 'upstream/pull/3799'
This commit is contained in:
commit
961ed61247
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
# Require rails
|
# Require rails
|
||||||
gem "rails", "7.0.4"
|
gem "rails", "~> 7.0.0"
|
||||||
|
|
||||||
# Require json for multi_json
|
# Require json for multi_json
|
||||||
gem "json"
|
gem "json"
|
||||||
|
|
|
@ -573,7 +573,7 @@ DEPENDENCIES
|
||||||
r2 (~> 0.2.7)
|
r2 (~> 0.2.7)
|
||||||
rack-cors
|
rack-cors
|
||||||
rack-uri_sanitizer
|
rack-uri_sanitizer
|
||||||
rails (= 7.0.4)
|
rails (~> 7.0.0)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n (~> 7.0.0)
|
rails-i18n (~> 7.0.0)
|
||||||
rinku (>= 2.0.6)
|
rinku (>= 2.0.6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue