Skip to content

Commit 08e9edd

Browse files
committed
(maint) stop restricting bundler and ruby in Gemfile
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.
1 parent 90a6b24 commit 08e9edd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

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

1513
group(:bolt_server) do

0 commit comments

Comments
 (0)