Skip to content

Commit

Permalink
Merge pull request #453 from cucumber/feature/enable_cucumber_4
Browse files Browse the repository at this point in the history
Feature/enable cucumber 4
  • Loading branch information
deivid-rodriguez authored Jun 5, 2020
2 parents 8c22f37 + 7929dd3 commit 050b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
}

s.add_runtime_dependency('capybara', ['>= 2.12', '< 4'])
s.add_runtime_dependency('cucumber', ['>= 3.0.2', '< 4'])
s.add_runtime_dependency('cucumber', ['>= 3.0.2', '< 5'])
s.add_runtime_dependency('mime-types', ['>= 2.0', '< 4'])
s.add_runtime_dependency('nokogiri', '~> 1.8')
s.add_runtime_dependency('rails', ['>= 4.2', '< 7'])
Expand Down

0 comments on commit 050b01f

Please sign in to comment.