X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f8464d45f362e2d48c6506d0b8e4ecfd33d8feec..384ac4610262157e13f5a3d2656ac5023f35beea:/Gemfile diff --git a/Gemfile b/Gemfile index 4699438a1..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 @@ -145,9 +145,9 @@ group :test do gem "erb_lint", :require => false gem "factory_bot_rails" gem "minitest", "~> 5.1" - gem "puma", "~> 4.3" + gem "puma", "~> 5.0" gem "rails-controller-testing" - gem "rubocop" + gem "rubocop", "~> 0.93" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails"