Skip to content

Commit

Permalink
Add minimum rubygems version to stop renovate spam
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Nov 10, 2023
1 parent 7842d42 commit faaa5b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cucumber-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.license = 'MIT'
s.required_ruby_version = '>= 2.5'

s.required_rubygems_version = '>= 3.0.1'

s.metadata = {
'bug_tracker_uri' => 'https://github.com/cucumber/cucumber-ruby-core/issues',
'changelog_uri' => 'https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md',
Expand Down

0 comments on commit faaa5b9

Please sign in to comment.