Skip to content

Commit

Permalink
Fix gem dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed May 9, 2016
1 parent 24c85b4 commit fabaef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'
gemspec

if ::File.directory?(gem_path = '../redis-store')
gem 'redis-store', '~> 1.1.0', path: gem_path
gem 'redis-store', '~> 1.2.0.pre', path: gem_path
end
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.1.0'
s.add_dependency 'redis-store', '~> 1.2.0.pre'
s.add_dependency 'rack-cache', '~> 1.6.0'

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

0 comments on commit fabaef6

Please sign in to comment.