Skip to content

Commit c1bf2f0

Browse files
committed
(maint) Fix rubocop failure from recent PR
We recently added a required bundler version to the ruby version in the Gemspec. Rubocop doesn't like the syntax we used.
1 parent 6d12f08 commit c1bf2f0

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)