pull/7630/head
ulferts 5 years ago
parent b0a45f8f43
commit 3bb03e066f
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 5
      Gemfile
  2. 10
      Gemfile.lock

@ -146,10 +146,7 @@ gem 'meta-tags', '~> 2.11.0'
group :production do
# we use dalli as standard memcache client
# requires memcached 1.4+
# see https://github.clientom/mperham/dalli
gem 'dalli',
git: 'https://github.com/petergoldstein/dalli',
ref: '0ff39199b5e91c6dbdaabc7c085b81938d0f08d2'
gem 'dalli', '~> 2.7.10'
# Unicorn worker killer to restart unicorn child workers
gem 'unicorn-worker-killer', require: false

@ -66,13 +66,6 @@ GIT
mixlib-shellout (~> 2.1.0)
rubyzip
GIT
remote: https://github.com/petergoldstein/dalli
revision: 0ff39199b5e91c6dbdaabc7c085b81938d0f08d2
ref: 0ff39199b5e91c6dbdaabc7c085b81938d0f08d2
specs:
dalli (2.7.9)
GIT
remote: https://github.com/rspec/rspec-activemodel-mocks
revision: 6136a778f8b21f4f45f6b4ad5c2e2533e6d4ddc6
@ -412,6 +405,7 @@ GEM
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
daemons (1.3.1)
dalli (2.7.10)
database_cleaner (1.7.0)
date_validator (0.9.0)
activemodel
@ -920,7 +914,7 @@ DEPENDENCIES
cucumber (~> 3.1.0)
cucumber-rails (~> 1.6.0)
daemons
dalli!
dalli (~> 2.7.10)
dashboards!
database_cleaner (~> 1.6)
date_validator (~> 0.9.0)

Loading…
Cancel
Save