Skip to content

Commit

Permalink
Bump redis-store to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbo authored Feb 23, 2017
1 parent 80f902c commit e4cacf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-rack-cache.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_dependency 'redis-store', '~> 1.2.0.pre'
s.add_dependency 'redis-store', '~> 1.3.0'
s.add_dependency 'rack-cache', '~> 1.6.0'

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

0 comments on commit e4cacf3

Please sign in to comment.