Skip to content

Commit

Permalink
Gherkin: Switched to Pessimistic versioning (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrasimplicity committed Sep 24, 2018
1 parent 87b7b1b commit 6730e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.required_ruby_version = '>= 2.1' # Keep in sync with .travis.yml

s.add_dependency 'gherkin', '>= 5.0.0'
s.add_dependency 'gherkin', '~> 5.0'
s.add_dependency 'cucumber-tag_expressions', '~> 1.1.0'
s.add_dependency 'backports', '>= 3.8.0'

Expand Down

0 comments on commit 6730e5a

Please sign in to comment.