Skip to content

Commit

Permalink
Updates dependency requirements syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ostler committed Sep 24, 2014
1 parent 6f1ba4e commit ddf94f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rspec-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Gem::Specification.new do |s|
s.description = 'Simple testing of Sidekiq jobs via a collection of matchers and helpers'
s.license = 'MIT'

s.add_dependency 'rspec', '>= 3.0.0'
s.add_dependency 'rspec', '~> 3.0', '>= 3.0.0'
s.add_dependency 'sidekiq', '>= 2.4.0'

s.add_development_dependency 'coveralls', '~> 0.7.1'
s.add_development_dependency 'fuubar', '>= 2.0.0'
s.add_development_dependency 'coveralls', '~> 0.7', '>= 0.7.0'
s.add_development_dependency 'fuubar', '~> 2.0', '>= 2.0.0'

s.files = Dir['.gitattributes'] +
Dir['.gitignore'] +
Expand Down

0 comments on commit ddf94f9

Please sign in to comment.