Skip to content

Commit 233b08f

Browse files
committed
$ Fix RuboCop violations
1 parent c9d75e6 commit 233b08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ gemspec
66

77
group :test do
88
gem "aruba"
9-
if RUBY_VERSION >= '3.4'
9+
if RUBY_VERSION >= "3.4"
1010
# Cucumber is broken on Ruby 3.4, requires the fix in
1111
# https://github.com/cucumber/cucumber-ruby/pull/1757
12-
gem "cucumber", ">= 9.2", git: 'https://github.com/cucumber/cucumber-ruby'
12+
gem "cucumber", ">= 9.2", git: "https://github.com/cucumber/cucumber-ruby"
1313
else
1414
gem "cucumber", "~> 9.2"
1515
end

0 commit comments

Comments
 (0)