Skip to content

Commit

Permalink
cucumber 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 17, 2023
1 parent 2ab4a09 commit cde414a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
rails: ["7.1", "7.0", "6.1", "6.0"]
ruby: ["3.3", "3.2.2", "3.1.4", "3.0.6", "2.7.8"]
cucumber: ["9.0", "8.0", "7.0", "6.0", "5.0", "4.0", "3.0"]
cucumber: ["10.0", "9.0", "8.0", "7.0", "6.0", "5.0", "4.0", "3.0"]

env:
RUBY_VERSION: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion pickle.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]

s.add_dependency "cucumber", ">=3.0", "< 10.0"
s.add_dependency "cucumber", ">=3.0", "< 11.0"
s.add_dependency "rake"

s.add_development_dependency "rack"
Expand Down

0 comments on commit cde414a

Please sign in to comment.