Skip to content

Commit 47bae84

Browse files
committed
Drop Ruby 2.5 support
bsearch for endless range is only available in ruby >= 2.6
1 parent 82d8fc1 commit 47bae84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1616
with:
1717
engine: cruby-truffleruby
18-
min_version: 2.5
18+
min_version: 2.6
1919
versions: '["debug"]'
2020

2121
host:

bigdecimal.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
5151
]
5252
end
5353

54-
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
54+
s.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
5555

5656
s.metadata["changelog_uri"] = s.homepage + "/blob/master/CHANGES.md"
5757
end

0 commit comments

Comments
 (0)