Skip to content

Commit 4807488

Browse files
committed
Dropped support for Ruby < 3 [skip ci]
1 parent 7a44454 commit 4807488

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
os: ubuntu-20.04
1414
- ruby: "3.0"
1515
os: macos-latest
16-
- ruby: 2.7
17-
os: ubuntu-20.04
1816
steps:
1917
- uses: actions/checkout@v3
2018
- uses: ruby/setup-ruby@v1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.0 (unreleased)
2+
3+
- Dropped support for Ruby < 3
4+
15
## 0.10.1 (2023-03-20)
26

37
- Added `domain` method to `SatIntVar`

or-tools.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.require_path = "lib"
1515
spec.extensions = ["ext/or-tools/extconf.rb"]
1616

17-
spec.required_ruby_version = ">= 2.7"
17+
spec.required_ruby_version = ">= 3"
1818

1919
spec.add_dependency "rice", ">= 4.1"
2020
end

0 commit comments

Comments
 (0)