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
|
||||
gem 'selectize-rails'
|
||||
|
||||
# Pin to solve https://github.com/mperham/connection_pool/issues/212
|
||||
gem "connection_pool", "< 3"
|
||||
# memcached binary connector
|
||||
gem 'dalli'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue