redis rails no longer sourced from github, was only used due to a rack cache bug which is no longer used

This commit is contained in:
Sam
2013-12-15 11:07:39 +11:00
parent 74c16ca1af
commit 1c64f34eff
2 changed files with 6 additions and 13 deletions

View File

@@ -40,8 +40,6 @@ gem 'seed-fu-discourse', require: 'seed-fu'
if rails4?
gem 'rails'
# because of https://github.com/redis-store/redis-store/pull/183
gem 'redis-rails', :git => 'https://github.com/SamSaffron/redis-store.git'
gem 'rails-observers'
gem 'actionpack-action_caching'
else
@@ -52,11 +50,11 @@ else
# we are using a custom sprockets repo to work around: https://github.com/rails/rails/issues/8099#issuecomment-16137638
# REVIEW EVERY RELEASE
gem 'sprockets', git: 'https://github.com/SamSaffron/sprockets.git', branch: 'rails-compat'
gem 'redis-rails'
gem 'activerecord-postgres-hstore'
gem 'active_attr'
end
gem 'redis-rails'
gem 'hiredis'
gem 'redis', :require => ["redis", "redis/connection/hiredis"]