Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 3ab7544

Browse files
committed
Dropped support for Ruby < 3.1
1 parent ffa5989 commit 3ab7544

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0 (unreleased)
2+
3+
- Dropped support for Ruby < 3.1
4+
15
## 0.2.0 (2021-07-07)
26

37
- Added support for TensorFlow 2.5

tensorflow.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}/**/*"]
1414
spec.require_path = "lib"
1515

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

1818
spec.add_dependency "ffi"
1919
spec.add_dependency "numo-narray"

0 commit comments

Comments
 (0)