Skip to content

Commit 5673c72

Browse files
Merge pull request #3233 from mcdonaldseanp/fix_linter
(maint) Fix rubocop failure from recent PR
2 parents 6d12f08 + c1bf2f0 commit 5673c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV['BOLT_DISABLE_ANALYTICS'] = 'true'
88
# Disable warning that Bolt may be installed as a gem
99
ENV['BOLT_GEM'] = 'true'
1010

11-
ruby '>= 2.7.7', :bundler => ">= 2.3.4"
11+
ruby '>= 2.7.7', bundler: ">= 2.3.4"
1212

1313
gemspec
1414

0 commit comments

Comments
 (0)