Skip to content

Commit

Permalink
redis rails no longer sourced from github, was only used due to a rac…
Browse files Browse the repository at this point in the history
…k cache bug which is no longer used
  • Loading branch information
SamSaffron committed Dec 15, 2013
1 parent 74c16ca commit 1c64f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]

Expand Down
15 changes: 5 additions & 10 deletions Gemfile_rails4.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ GIT
rails (>= 3.0.0, < 5)
spork (>= 1.0rc0)

GIT
remote: https://github.com/SamSaffron/redis-store.git
revision: 1eafaa3d8bfbcb61ad89d1a2831adbba4ea8e1e1
specs:
redis-rails (3.2.3)
redis-actionpack (>= 3.2.3)
redis-activesupport (>= 3.2.3)
redis-store (~> 1.1.0)

PATH
remote: vendor/gems/discourse_plugin
specs:
Expand Down Expand Up @@ -302,6 +293,10 @@ GEM
redis-rack (1.5.0)
rack (~> 1.5)
redis-store (~> 1.1.0)
redis-rails (4.0.0)
redis-actionpack (~> 4)
redis-activesupport (~> 4)
redis-store (~> 1.1.0)
redis-store (1.1.4)
redis (>= 2.2)
ref (1.0.5)
Expand Down Expand Up @@ -477,7 +472,7 @@ DEPENDENCIES
rbtrace
redcarpet
redis
redis-rails!
redis-rails
rest-client
rinku
rspec-given
Expand Down

0 comments on commit 1c64f34

Please sign in to comment.