We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35d74c1 + 179e5a5 commit f752678Copy full SHA for f752678
2 files changed
Gemfile
@@ -104,6 +104,8 @@ gem 'net-http', '>= 0.4.0'
104
105
gem 'sprockets-rails', '>= 3.5.1'
106
107
+gem 'connection_pool', '< 3'
108
+
109
group :development, :test do
110
gem 'brakeman', require: false
111
gem 'byebug', platforms: %i[mri mingw x64_mingw]
Gemfile.lock
@@ -151,7 +151,7 @@ GEM
151
climate_control (0.2.0)
152
coderay (1.1.3)
153
concurrent-ruby (1.3.6)
154
- connection_pool (3.0.2)
+ connection_pool (2.5.5)
155
crack (1.0.0)
156
bigdecimal
157
rexml
@@ -642,6 +642,7 @@ DEPENDENCIES
642
byebug
643
capybara (~> 3.40, >= 3.40.0)
644
climate_control
645
+ connection_pool (< 3)
646
csv (~> 3.3, >= 3.3.4)
647
database_cleaner (~> 2.0, >= 2.0.2)
648
dotenv-rails (>= 3.2.0)
0 commit comments