Closed
Description
👓 What did you see?
When updating to latest cucumber-ruby
I couldn't jump to version 8 without dropping to much older version of cucumber-rails
.
root@00fe90130848:/usr/src/app# bundle update --conservative cucumber cucumber-rails
(...)
Fetching cucumber 8.0.0 (was 7.1.0)
Installing cucumber 8.0.0 (was 7.1.0)
(...)
Fetching cucumber-rails 1.4.0 (was 2.5.1)
Installing cucumber-rails 1.4.0 (was 2.5.1)
(...)
Note: cucumber-rails version regressed from 2.5.1 to 1.
✅ What did you expect to see?
I expected to see both cucumber-ruby
and cucumber-rails
be updated to newest published versions.
📦 Which tool/library version are you using?
Rails 7.0.3
Ruby 2.7.6
🔬 How could we reproduce it?
Steps to reproduce the behavior:
- Set up a new Rails project
- Add
gem cucumber
to Gemfile - Run command
bundle install
- See version 1.x of
cucumber-rails
installed and not version 2.x
Metadata
Metadata
Assignees
Labels
No labels