X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e1065adc610f3094a22d43dddad5ffa04338ec38..ceebd74bd70097b928746abd16a2be0ee8b73d9b:/Gemfile diff --git a/Gemfile b/Gemfile index 6b1049ec7..7fbe56280 100644 --- a/Gemfile +++ b/Gemfile @@ -96,6 +96,7 @@ gem "maxminddb" gem "rotp" # Load memcache client in case we are using it +gem "connection_pool" gem "dalli" gem "kgio" @@ -147,7 +148,7 @@ group :test do gem "rubocop-performance" 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"