Skip to content

Commit

Permalink
Use RSpec v3.0 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
gongo committed Aug 3, 2015
1 parent 02a5faa commit 8cf7d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turnip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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_runtime_dependency "rspec", [">=2.14.0", "<4.0"]
s.add_runtime_dependency "rspec", [">=3.0", "<4.0"]
s.add_runtime_dependency "gherkin", ">= 2.5"
s.add_development_dependency "rake"
s.add_development_dependency "pry"
Expand Down

0 comments on commit 8cf7d00

Please sign in to comment.