File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ gem "benchmark"
1111# GitHub tag has it. Using the git source avoids constant warnings on Ruby 4.0.
1212gem "prettyprint" , github : "ruby/prettyprint" , tag : "v0.2.0"
1313
14- # locking to connection_pool 2.x until ActiveSupport's memcachestore supports the v3 API
15- # see https://github.com/mperham/connection_pool/issues/212
16- gem "connection_pool" , "< 3"
17-
1814gem "pg"
1915gem "puma"
2016
Original file line number Diff line number Diff line change 201201 cgi (0.4.2 )
202202 coderay (1.1.3 )
203203 concurrent-ruby (1.3.6 )
204- connection_pool (2.5.5 )
204+ connection_pool (3.0.2 )
205205 crass (1.0.6 )
206206 csv (3.3.5 )
207207 cuprite (0.17 )
@@ -729,7 +729,6 @@ DEPENDENCIES
729729 capybara
730730 civil_service !
731731 cloudwatch_scheduler !
732- connection_pool (< 3 )
733732 csv
734733 cuprite
735734 dalli
You can’t perform that action at this time.
0 commit comments