X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7158426ebb50d990445f475af7f6c31212d9dd03..a71b8af4d1bded364c0ba7f05c8dd851a4a19859:/Gemfile diff --git a/Gemfile b/Gemfile index a5b7d401f..2802fe3ad 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.0.3.6" +gem "rails", "6.1.3.2" # Require json for multi_json gem "json" @@ -40,7 +40,7 @@ gem "active_record_union" gem "bootstrap", "~> 4.5.0" gem "bootstrap_form", "~> 4.0" gem "cancancan" -gem "composite_primary_keys", "~> 12.0.0" +gem "composite_primary_keys", "~> 13.0.0" gem "config" gem "delayed_job_active_record" gem "http_accept_language", "~> 2.1.1" @@ -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