Skip to content

Commit

Permalink
switch to Dalli with the multiget timout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Aug 30, 2015
1 parent 8eeb043 commit 8d9155f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'metriks-middleware'
gem 'pg'
gem 'puma'
gem 'rake'
gem 'dalli'
gem 'dalli', github: 'indirect/dalli'
gem 'redis'
gem 'sequel'
gem 'sequel_pg', require: false
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GIT
remote: git://github.com/indirect/dalli.git
revision: 4be6be64e643eaaef76310ad6e67ffef8ce32980
specs:
dalli (2.7.4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -84,7 +90,7 @@ PLATFORMS
DEPENDENCIES
appsignal (= 0.11.6.beta.0)
artifice
dalli
dalli!
dotenv
foreman
librato-metrics
Expand Down

0 comments on commit 8d9155f

Please sign in to comment.