Skip to content

Commit 03cad77

Browse files
committed
Drop Ruby 2.5 support
bsearch for endless range is only available in ruby >= 2.6
1 parent c44cb2c commit 03cad77

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
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
5353
]
5454
end
5555

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

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

0 commit comments

Comments
 (0)