X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e8bc15690e6ebcb29bde911917ccd8dc349a3d98..384ac4610262157e13f5a3d2656ac5023f35beea:/Gemfile diff --git a/Gemfile b/Gemfile index 896a840c2..10cfb970e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.0.3.3" +gem "rails", "6.0.3.4" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -147,7 +147,7 @@ group :test do gem "minitest", "~> 5.1" gem "puma", "~> 5.0" gem "rails-controller-testing" - gem "rubocop" + gem "rubocop", "~> 0.93" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails"