Skip to content

Commit

Permalink
Set minimum ruby version at 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tlehman committed Sep 5, 2023
1 parent 703e4b1 commit 79f4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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"
ruby '>= 2.7.7', :bundler => ">= 2.3.4"

gemspec

Expand Down

0 comments on commit 79f4348

Please sign in to comment.