Skip to content

Commit

Permalink
Merge pull request #533 from mishina2228/gemspec
Browse files Browse the repository at this point in the history
Use `required_rubygems_version` instead of `rubygems_version`
  • Loading branch information
luke-hill authored Mar 15, 2022
2 parents fa07f57 + 5d705eb commit 1e919ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('yard', '~> 0.9.10')

s.required_ruby_version = '>= 2.5.0'
s.rubygems_version = '>= 1.6.1'
s.required_rubygems_version = '>= 1.6.1'
s.require_path = 'lib'
s.files = Dir['lib/**/*', 'CHANGELOG.md', 'CONTRIBUTING.md', 'LICENSE', 'README.md']
end

0 comments on commit 1e919ed

Please sign in to comment.