Skip to content

Commit

Permalink
Use redis-store v1.2 to support redis-actionpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Sep 14, 2016
1 parent 74a7ffa commit 02a4363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gemfile.lock
*.gem
tmp/
stdout
2 changes: 1 addition & 1 deletion redis-rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency 'redis-store', '~> 1.1.0'
s.add_runtime_dependency 'redis-store', '~> 1.2.0'
s.add_runtime_dependency 'rack', '~> 1.5'

s.add_development_dependency 'rake', '~> 10'
Expand Down

0 comments on commit 02a4363

Please sign in to comment.