X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5966acc207874f3196a43700cb9306411c77fe47..1a11c4dc191d93b18fcf5aa917448c8cd6d2556b:/Gemfile diff --git a/Gemfile b/Gemfile index 75cb1054b..7bb5d7054 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Require rails -gem "rails", "6.1.4.1" +gem "rails", "6.1.4.4" # Require json for multi_json gem "json" @@ -33,6 +33,9 @@ gem "autoprefixer-rails" # Use image_optim to optimise images gem "image_optim_rails" +# Use argon2 for password hashing +gem "argon2" + # Load rails plugins gem "actionpack-page_caching", ">= 1.2.0" gem "activerecord-import" @@ -96,6 +99,7 @@ gem "maxminddb" gem "rotp" # Load memcache client in case we are using it +gem "connection_pool" gem "dalli" gem "kgio" @@ -145,9 +149,9 @@ group :test do gem "rubocop" gem "rubocop-minitest" gem "rubocop-performance" - gem "rubocop-rails", "~> 2.11.3" # Bug in 2.12.0, fixed in master after 2.12.2 + gem "rubocop-rails" gem "rubocop-rake" - gem "selenium-webdriver" + gem "selenium-webdriver", "~> 3.142.7" gem "simplecov", :require => false gem "simplecov-lcov", :require => false gem "webmock"