We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1681a commit 9cdcc02Copy full SHA for 9cdcc02
Gemfile
@@ -87,7 +87,7 @@ gem 'stringex'
87
# gem "image_processing", "~> 1.2"
88
89
group :production do
90
- gem 'connection_pool', '< 3'
+ gem 'connection_pool', '< 4'
91
# Use postgres as the database for Active Record
92
gem 'pg'
93
end
Gemfile.lock
@@ -122,7 +122,7 @@ GEM
122
cgi (0.5.1)
123
climate_control (1.2.0)
124
concurrent-ruby (1.3.6)
125
- connection_pool (2.5.5)
+ connection_pool (3.0.2)
126
crack (1.0.1)
127
bigdecimal
128
rexml
@@ -520,7 +520,7 @@ DEPENDENCIES
520
cancancan
521
capybara
522
climate_control
523
- connection_pool (< 3)
+ connection_pool (< 4)
524
csv
525
debug
526
devise
0 commit comments