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 Nov 12, 2024
1 parent 8f07f61 commit 6b4feca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
ruby: 3.3
- gemfile: Gemfile
ruby: 3.2
- gemfile: Gemfile
ruby: 3.1
- gemfile: gemfiles/gslr.gemfile
ruby: "3.0"
ruby: 3.1
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.0 (unreleased)

- Dropped support for Ruby < 3.1

## 0.5.0 (2023-07-02)

- Dropped support for Ruby < 3
Expand Down
2 changes: 1 addition & 1 deletion eps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{lib}/**/*"]
spec.require_path = "lib"

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

spec.add_dependency "lightgbm", ">= 0.1.7"
spec.add_dependency "matrix"
Expand Down

0 comments on commit 6b4feca

Please sign in to comment.