Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-05-03 07:41:12 +0300
committerJeff King <peff@peff.net>2017-05-03 08:03:32 +0300
commit4529f474441ba07a4154c41f27fdb86a920088a5 (patch)
tree8612ad1f2a1c5d3cf6e96035afc7685a948c2b6b /Gemfile
parente89e6fafe044101ef3cf373db7b0bc24d9c7ae92 (diff)
switch rails caching from memcachier to heroku-redis
We don't really care between the two, and this should keep all of our billing at Heroku (which can then be part of a single sponsorship).
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 15db2e59..bb0de83f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,11 +5,10 @@ gem 'rails', '4.2.6'
gem 'rails_12factor', group: :production
gem 'asciidoctor', '>=1.5.4'
-gem 'dalli'
+gem 'redis-rails'
gem 'exceptional'
gem 'faraday'
gem 'faraday_middleware'
-gem 'memcachier'
gem 'octokit'
gem "pg"
gem 'rack-timeout'