Skip to content

Commit 5ae0c9b

Browse files
committed
Dropped support for Ruby < 3.1
1 parent 1367bc6 commit 5ae0c9b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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 (2023-01-30)
26

37
- Added `Functional` module

torchtext.gemspec

Lines changed: 2 additions & 2 deletions
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.7"
16+
spec.required_ruby_version = ">= 3.1"
1717

18-
spec.add_dependency "torch-rb", ">= 0.11.1"
18+
spec.add_dependency "torch-rb", ">= 0.13"
1919
end

0 commit comments

Comments
 (0)