We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d75e6 commit 233b08fCopy full SHA for 233b08f
Gemfile
@@ -6,10 +6,10 @@ gemspec
6
7
group :test do
8
gem "aruba"
9
- if RUBY_VERSION >= '3.4'
+ if RUBY_VERSION >= "3.4"
10
# Cucumber is broken on Ruby 3.4, requires the fix in
11
# https://github.com/cucumber/cucumber-ruby/pull/1757
12
- gem "cucumber", ">= 9.2", git: 'https://github.com/cucumber/cucumber-ruby'
+ gem "cucumber", ">= 9.2", git: "https://github.com/cucumber/cucumber-ruby"
13
else
14
gem "cucumber", "~> 9.2"
15
end
0 commit comments