]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Merge remote-tracking branch 'upstream/pull/3195'
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index a5b7d401f480574b8e30ecf48297e96fa76c5907..69a97f37027466cf28c4974816d9b90380067161 100644 (file)
--- 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