Stick with dalli 2.6.x for now until ruby-openid is updated
https://github.com/openid/ruby-openid/pull/67 https://github.com/mperham/dalli/issues/424
This commit is contained in:
parent
8accdb9259
commit
58381bbfd4
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -73,7 +73,7 @@ gem 'httpclient'
|
|||
gem 'soap4r-ruby1.9'
|
||||
|
||||
# Load memcache client in case we are using it
|
||||
gem 'dalli'
|
||||
gem 'dalli', '~> 2.6.4'
|
||||
gem 'kgio'
|
||||
|
||||
# Gems useful for development
|
||||
|
|
|
@ -45,7 +45,7 @@ GEM
|
|||
coffee-script-source (1.6.3)
|
||||
composite_primary_keys (6.0.1)
|
||||
activerecord (>= 4.0.0)
|
||||
dalli (2.7.0)
|
||||
dalli (2.6.4)
|
||||
deadlock_retry (1.2.0)
|
||||
dynamic_form (1.1.4)
|
||||
erubis (2.7.0)
|
||||
|
@ -67,7 +67,7 @@ GEM
|
|||
jsonify-rails (0.3.2)
|
||||
actionpack
|
||||
jsonify (< 0.4.0)
|
||||
jwt (0.1.10)
|
||||
jwt (0.1.11)
|
||||
multi_json (>= 1.5)
|
||||
kgio (2.8.1)
|
||||
libxml-ruby (2.7.0)
|
||||
|
@ -175,7 +175,7 @@ DEPENDENCIES
|
|||
bigdecimal (~> 1.1.0)
|
||||
coffee-rails (~> 4.0.0)
|
||||
composite_primary_keys (>= 6.0.1)
|
||||
dalli
|
||||
dalli (~> 2.6.4)
|
||||
deadlock_retry (>= 1.2.0)
|
||||
dynamic_form
|
||||
htmlentities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue