Skip to content

Commit da93416

Browse files
committed
Update required_ruby_version to 2.6+
Follow-up to 4b85495.
1 parent 8384080 commit da93416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webmock.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
'wiki_uri' => 'https://github.com/bblimke/webmock/wiki'
2222
}
2323

24-
s.required_ruby_version = '>= 2.5'
24+
s.required_ruby_version = '>= 2.6'
2525

2626
s.add_dependency 'addressable', '>= 2.8.0'
2727
s.add_dependency 'crack', '>= 0.3.2'

0 commit comments

Comments
 (0)