Skip to content

cucumber-rails incompatible with latest cucumber-ruby #538

Closed
@kmarcisz

Description

@kmarcisz

👓 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:

  1. Set up a new Rails project
  2. Add gem cucumber to Gemfile
  3. Run command bundle install
  4. See version 1.x of cucumber-rails installed and not version 2.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions