Skip to content

Commit 2768529

Browse files
committed
Bump mininum required ruby to 3.2 since it is the older supported Ruby at the moment and the oldest tested ruby.
1 parent 9b96c60 commit 2768529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libxml-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
4141
'test/**/*'])
4242

4343
spec.test_files = Dir.glob('test/test_*.rb')
44-
spec.required_ruby_version = '>= 2.5'
44+
spec.required_ruby_version = '>= 3.2'
4545
spec.date = DateTime.now
4646
spec.add_development_dependency('logger')
4747
spec.add_development_dependency('rake-compiler')

0 commit comments

Comments
 (0)