-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropping support for Ruby 2.6 and bumping version to 2.1.0.
Many of the upstream gems no longer support Ruby 2.6, and older gems may have security holes that cannot be resolved without updating to the latest versions.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
rubytree (2.0.4) | ||
rubytree (2.1.0) | ||
json (~> 2.0, > 2.3.1) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,5 @@ | |
|
||
module Tree | ||
# Rubytree Package Version | ||
VERSION = '2.0.4' | ||
VERSION = '2.1.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s| | |
s.email = '[email protected]' | ||
s.homepage = 'http://rubytree.anupamsg.me' | ||
|
||
s.required_ruby_version = '>=2.6' | ||
s.required_ruby_version = '>=2.7' | ||
|
||
s.summary = 'A generic tree data structure for Ruby.' | ||
|
||
|