Skip to content

Commit da93416

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)