mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
4
Gemfile
4
Gemfile
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user