Skip to content

Commit

Permalink
Update to use Memcachier for memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Nov 14, 2013
1 parent 7a10b30 commit c824679
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.rvmrc
tmp/
.sass-cache
.sass-cache
.bundle
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ gem 'maruku'

group :production do
gem 'newrelic_rpm'
gem 'memcachier'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GEM
haml (3.1.6)
maruku (0.6.0)
syntax (>= 1.0.0)
memcachier (0.0.2)
nesta (0.9.11)
RedCloth (~> 4.2)
haml (~> 3.1)
Expand Down Expand Up @@ -59,6 +60,7 @@ PLATFORMS
DEPENDENCIES
dalli
maruku
memcachier
nesta (= 0.9.11)
newrelic_rpm
rack-cache
Expand Down

0 comments on commit c824679

Please sign in to comment.