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 13, 2025
1 parent 5d2e932 commit 4a3ccfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
cssbundling-rails (1.4.1)
railties (>= 6.0.0)
csv (3.3.2)
cucumber (9.2.0)
cucumber (9.2.1)
builder (~> 3.2)
cucumber-ci-environment (> 9, < 11)
cucumber-core (> 13, < 14)
Expand Down Expand Up @@ -782,7 +782,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 4a3ccfd

Please sign in to comment.