Skip to content

Commit

Permalink
Update required_ruby_version to 2.6+
Browse files Browse the repository at this point in the history
Follow-up to 4b85495.
  • Loading branch information
koic committed Feb 7, 2025
1 parent 8384080 commit da93416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
'wiki_uri' => 'https://github.com/bblimke/webmock/wiki'
}

s.required_ruby_version = '>= 2.5'
s.required_ruby_version = '>= 2.6'

s.add_dependency 'addressable', '>= 2.8.0'
s.add_dependency 'crack', '>= 0.3.2'
Expand Down

0 comments on commit da93416

Please sign in to comment.