Skip to content

Commit a35aa11

Browse files
committed
Update required Ruby version to 3.1.3 in gemspec
Thanks to @patvice for digging that up #240 (comment)
1 parent fb90276 commit a35aa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_llm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919

2020
spec.homepage = 'https://rubyllm.com'
2121
spec.license = 'MIT'
22-
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
22+
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.3')
2323

2424
spec.metadata['homepage_uri'] = spec.homepage
2525
spec.metadata['source_code_uri'] = 'https://github.com/crmne/ruby_llm'

0 commit comments

Comments
 (0)