X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0e78061cdba5cfb3f299f57b7643d2b396ee235b..8c1d561b94b1b19d08286afac82409ac697ab31b:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index a5b7d401f..69a97f370 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.0.3.6" +gem "rails", "6.0.3.7" # Require json for multi_json gem "json" @@ -142,6 +142,7 @@ group :test do gem "rubocop-minitest" gem "rubocop-performance" gem "rubocop-rails" + gem "rubocop-rake" gem "selenium-webdriver" gem "simplecov", :require => false gem "simplecov-lcov", :require => false