Skip to content

Commit

Permalink
AP-5659: Bump cucumber 9.2.0 to 9.2.1
Browse files Browse the repository at this point in the history
9.2.0 Has an error against ruby 3.4

```shell
<internal:hash>:37:in 'initialize': unknown keywords: :strict, :proc (ArgumentError)
```

This [issue](cucumber/cucumber-ruby#1769) covers the issue
  • Loading branch information
jsugarman committed Jan 15, 2025
1 parent 2f9aaf3 commit 813a3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ group :test do
require: "action_dispatch/testing/integration/capybara/rspec"
gem "axe-core-cucumber"
gem "capybara", ">= 3.36.0", "< 4.0"
gem "cucumber", require: false
gem "cucumber", ">= 9.2.1", require: false
gem "cucumber-rails", ">= 2.4.0", require: false
gem "database_cleaner"
gem "launchy"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ DEPENDENCIES
capybara (>= 3.36.0, < 4.0)
cssbundling-rails
csv
cucumber
cucumber (>= 9.2.1)
cucumber-rails (>= 2.4.0)
database_cleaner
devise
Expand Down

0 comments on commit 813a3f2

Please sign in to comment.