Skip to content

Commit

Permalink
(maint) stop restricting bundler and ruby in Gemfile
Browse files Browse the repository at this point in the history
Bolt's gemspec allows ruby 2.5 and up. This is the source of truth for ruby compatability. This commit removes the versions in the Gemfile. The restriction was added to try to get rid of a warning message when using a bundler version that is too old. This is something bundler users can manage themselves if the warning is annoying them.

!bug

* **Stop restricting ruby version in Gemfile**

  The source of truth for minimum ruby version is in the gemspec. Stop duplicating
  that and risking conflicts in the Gemfile.
  • Loading branch information
donoghuc committed Oct 5, 2023
1 parent 90a6b24 commit 08e9edd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ 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 08e9edd

Please sign in to comment.