Skip to content

Commit e1b6410

Browse files
committed
Dropped support for Ruby < 3.2 [skip ci]
1 parent 285f32a commit e1b6410

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.11.0 (unreleased)
22

33
- Updated XGBoost to 3.1.0
4+
- Dropped support for Ruby < 3.2
45

56
## 0.10.0 (2025-03-15)
67

xgb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.files = Dir["*.{md,txt}", "{lib,vendor}/**/*"]
1414
spec.require_path = "lib"
1515

16-
spec.required_ruby_version = ">= 3.1"
16+
spec.required_ruby_version = ">= 3.2"
1717

1818
spec.add_dependency "ffi"
1919
end

0 commit comments

Comments
 (0)