Skip to content

Commit

Permalink
Reset cucumber requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Aug 15, 2024
1 parent 794f142 commit e33db02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
group :development do
gem "aruba", "~> 0.10" # Stay below 1 until aruba/in_process monkeypatching stops
gem "debug"
gem "cucumber", ">1.0.5", "< 4.0" # until we identify what is generating the ~@no_run tag in CI
gem "cucumber", "< 4.0" # until we identify what is generating the ~@no_run tag in CI
gem "cucumber-expressions", "= 5.0.13"
gem "chef-zero", ">= 4.0"
gem "dep_selector", ">= 1.0"
Expand Down

0 comments on commit e33db02

Please sign in to comment.