Skip to content

Commit

Permalink
FIXES #3229 Require bundler 2.3.4+ to fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tlehman committed Sep 5, 2023
1 parent ff895e2 commit 703e4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ENV['BOLT_DISABLE_ANALYTICS'] = 'true'
# Disable warning that Bolt may be installed as a gem
ENV['BOLT_GEM'] = 'true'

ruby '2.7.7', :bundler => ">= 2.3.4"

gemspec

group(:bolt_server) do
Expand Down

0 comments on commit 703e4b1

Please sign in to comment.