Skip to content

Commit

Permalink
wip: check with cucumber 9 and cucumber-wire 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ursfassler committed Jan 5, 2024
1 parent b1c509d commit 8547dd1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :test do
gem 'cucumber', "=7.1.0"
gem 'cucumber-wire', "=6.2.1"
gem 'cucumber', ">=9.0.0"
gem 'cucumber-wire', ">=7.0.0"
end

1 change: 1 addition & 0 deletions examples/Calc/features/support/env.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'cucumber/wire'
1 change: 1 addition & 0 deletions examples/CalcQt/features/support/env.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'cucumber/wire'
1 change: 1 addition & 0 deletions examples/FeatureShowcase/features/support/env.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'cucumber/wire'

0 comments on commit 8547dd1

Please sign in to comment.