Skip to content

Commit

Permalink
less strict dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tompesman committed Sep 17, 2014
1 parent 231792f commit 12e7446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pushr-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'

s.add_runtime_dependency 'redis', '~> 3.0'
s.add_runtime_dependency 'redis-namespace', '1.4.1'
s.add_runtime_dependency 'redis-namespace', '~> 1.4'
s.add_runtime_dependency 'multi_json'
s.add_runtime_dependency 'connection_pool', '~> 2.0'
s.add_runtime_dependency 'activemodel'
s.add_development_dependency 'rspec', '3.0.0.beta2'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'guard'
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'mock_redis'
Expand Down

0 comments on commit 12e7446

Please sign in to comment.