X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e08a9979043b50fcde403a31ddca2d11ee07f518..460ed0c844d6d2dbb23f44f994461c4585d8ab45:/Gemfile diff --git a/Gemfile b/Gemfile index 1b2b60864..cdbd48d04 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "7.0.3.1" +gem "rails", "7.0.4" # Require json for multi_json gem "json" @@ -152,7 +152,7 @@ group :test do gem "rubocop" gem "rubocop-minitest" gem "rubocop-performance" - gem "rubocop-rails" + gem "rubocop-rails", "= 2.16.1" gem "rubocop-rake" gem "selenium-webdriver" gem "simplecov", :require => false