]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Switch to Argon2 for password hashing
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 75cb1054bb0ced0350e7e2b4dc4ccde399f2bf5f..15348a9898a49b4572ab231f7625c479a93e0ba9 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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"
 
@@ -147,7 +151,7 @@ group :test do
   gem "rubocop-performance"
   gem "rubocop-rails", "~> 2.11.3" # Bug in 2.12.0, fixed in master after 2.12.2
   gem "rubocop-rake"
-  gem "selenium-webdriver"
+  gem "selenium-webdriver", "~> 3.142.7"
   gem "simplecov", :require => false
   gem "simplecov-lcov", :require => false
   gem "webmock"