Skip to content

Commit 6d12f08

Browse files
Merge pull request #3230 from tlehman/issue-3229
FIXES #3229 Require bundler 2.3.4+ to fix deprecation warning
2 parents ff895e2 + 79f4348 commit 6d12f08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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"
12+
1113
gemspec
1214

1315
group(:bolt_server) do

0 commit comments

Comments
 (0)