X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e0df631848fde2b8800824c9da5844b629b5a648..0dffed7a05de48da72c8a9d412ade7bae1032242:/Gemfile diff --git a/Gemfile b/Gemfile index 9a3fb1f6b..d04996b93 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.0.2.1" +gem "rails", "6.0.2.2" # Require things which have moved to gems in ruby 1.9 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 @@ -138,10 +138,10 @@ end # Gems needed for running tests group :test do - gem "fakefs", :require => "fakefs/safe" gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20] gem "rails-controller-testing" gem "rubocop" + gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails" gem "webmock"