X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9568c7fee85a615830ba78639b2ee8440da60668..4b4217b8bece8cc24a2c973d3d7e492bf1b114ea:/Gemfile diff --git a/Gemfile b/Gemfile index a880a8534..40476a5b8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,12 +3,6 @@ source "https://rubygems.org" # Require rails 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 - -# Require things which have moved to gems in ruby 2.0 -gem "psych", :platforms => :ruby_20 - # Require json for multi_json gem "json" @@ -144,7 +138,7 @@ group :test do gem "minitest", "~> 5.1" gem "puma", "~> 5.0" gem "rails-controller-testing" - gem "rubocop", "~> 0.93" + gem "rubocop" gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails"