X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f70ec189894ef6bc37355cad7990420065a0b2cb..6bfecfce1f3ac6fa6e69d6743da816e051446a85:/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"