X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d0b94abdafeb04cbdece55ab21d3fb725d59137..17e87ab67a88c165a11d67a4a8ecafa9bd7a376f:/Gemfile diff --git a/Gemfile b/Gemfile index cdbd48d04..81ba4a9a3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "7.0.4" +gem "rails", "~> 7.0.0" # 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", "= 2.16.1" + gem "rubocop-rails" gem "rubocop-rake" gem "selenium-webdriver" gem "simplecov", :require => false