mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Pin connection_pool to <3
To work around https://github.com/mperham/connection_pool/issues/212
This commit is contained in:
parent
48748cb466
commit
c9e927d4fa
2 changed files with 4 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -183,6 +183,8 @@ gem 'sprockets-rails'
|
||||||
# for multiple speakers select on proposal/event forms
|
# for multiple speakers select on proposal/event forms
|
||||||
gem 'selectize-rails'
|
gem 'selectize-rails'
|
||||||
|
|
||||||
|
# Pin to solve https://github.com/mperham/connection_pool/issues/212
|
||||||
|
gem "connection_pool", "< 3"
|
||||||
# memcached binary connector
|
# memcached binary connector
|
||||||
gem 'dalli'
|
gem 'dalli'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ GEM
|
||||||
ostruct
|
ostruct
|
||||||
cocoon (1.2.15)
|
cocoon (1.2.15)
|
||||||
concurrent-ruby (1.3.6)
|
concurrent-ruby (1.3.6)
|
||||||
connection_pool (3.0.2)
|
connection_pool (2.5.5)
|
||||||
countable-rails (0.0.1)
|
countable-rails (0.0.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
crack (0.4.5)
|
crack (0.4.5)
|
||||||
|
|
@ -695,6 +695,7 @@ DEPENDENCIES
|
||||||
climate_control
|
climate_control
|
||||||
cloudinary
|
cloudinary
|
||||||
cocoon
|
cocoon
|
||||||
|
connection_pool (< 3)
|
||||||
countable-rails
|
countable-rails
|
||||||
daemons
|
daemons
|
||||||
dalli
|
dalli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue