Skip to content

Commit

Permalink
Drop support for rspec older than 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hanachin committed Jul 18, 2014
1 parent b4aaf3e commit d31bb97
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.0", "<4.0"]
s.add_runtime_dependency "rspec", [">=2.14.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 d31bb97

Please sign in to comment.