Skip to content

Commit 2fb785f

Browse files
authored
gemspec: ruby 3.0 is minimum
1 parent 04f8957 commit 2fb785f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasabi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.homepage = "https://github.com/savonrb/#{s.name}"
1111
s.summary = "A simple WSDL parser"
1212
s.description = s.summary
13-
s.required_ruby_version = '>= 2.7'
13+
s.required_ruby_version = '>= 3.0'
1414

1515
s.license = 'MIT'
1616

0 commit comments

Comments
 (0)