Skip to content

Commit

Permalink
Widened gem compatibility with redis and rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Phillips committed May 20, 2016
1 parent 7f9562a commit 22947ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
redlock (0.1.7)
redis (~> 3, >= 3.3.0)
redis (~> 3, >= 3.0.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -49,7 +49,7 @@ DEPENDENCIES
coveralls (~> 0.8.13)
rake (~> 11.1, >= 11.1.2)
redlock!
rspec (~> 3.4, >= 3.4.0)
rspec (~> 3, >= 3.0.0)

BUNDLED WITH
1.12.3
4 changes: 2 additions & 2 deletions redlock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'redis', '~> 3', '>= 3.3.0'
spec.add_dependency 'redis', '~> 3', '>= 3.0.0'

spec.add_development_dependency 'bundler', '~> 1.12', '>= 1.12.3'
spec.add_development_dependency "coveralls", "~> 0.8.13"
spec.add_development_dependency 'rake', '~> 11.1', '>= 11.1.2'
spec.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
spec.add_development_dependency 'rspec', '~> 3', '>= 3.0.0'
end

0 comments on commit 22947ef

Please sign in to comment.