Skip to content

Commit

Permalink
Relax rspec and guard-rspec version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbus committed Feb 6, 2015
1 parent b5b92ce commit 6dde050
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guard-jruby-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'guard-jruby-rspec'

s.add_dependency 'guard', '>= 0.10.0', '< 2.0.0'
s.add_dependency 'guard-rspec', '>= 2.0.0', '< 4.0.0'
s.add_dependency 'rspec', '~> 2.7', '< 2.99'
s.add_dependency 'guard-rspec', '>= 0.7.3', '< 4.0.0'

s.add_development_dependency 'rspec', '~> 2.7'

s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.md]
s.require_path = 'lib'
Expand Down

0 comments on commit 6dde050

Please sign in to comment.