Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 25, 2024
1 parent 4e6772e commit e381d56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
- ruby: 3.3
os: ubuntu-22.04
- ruby: 3.2
os: ubuntu-22.04
os: macos-14
- ruby: 3.1
os: ubuntu-22.04
- ruby: "3.0"
os: macos-latest
os: macos-13
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Updated OR-Tools to 9.9
- Dropped binary installation for Ubuntu 20.04
- Dropped support for Ruby < 3.1

## 0.11.1 (2023-12-04)

Expand Down
4 changes: 2 additions & 2 deletions or-tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.require_path = "lib"
spec.extensions = ["ext/or-tools/extconf.rb"]

spec.required_ruby_version = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "rice", ">= 4.1"
spec.add_dependency "rice", ">= 4.3"
end

0 comments on commit e381d56

Please sign in to comment.