Skip to content

Commit

Permalink
Merge pull request #214 from tadashi0713/ruby2.6
Browse files Browse the repository at this point in the history
Add support ruby2.6 by upgrading Gherkin version
  • Loading branch information
gongo authored Apr 22, 2019
2 parents 4bb078b + 31b0ce4 commit bec3c51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ branches:
matrix:
allow_failures:
- rvm: jruby
- rvm: 2.6.0

rvm:
- 2.3.6
Expand Down
2 changes: 1 addition & 1 deletion turnip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency "rspec", [">=3.0", "<4.0"]
s.add_runtime_dependency "gherkin", "~> 6.0"
s.add_runtime_dependency "gherkin", "~> 6.0.17"
s.add_development_dependency "rake"
s.add_development_dependency "pry"
s.add_development_dependency "pry-byebug"
Expand Down

0 comments on commit bec3c51

Please sign in to comment.