Skip to content

Commit

Permalink
Use a later rubygems version to avoid any legacy mismatches with inst…
Browse files Browse the repository at this point in the history
…alling sqlite3 or other compiled gems
  • Loading branch information
luke-hill committed Sep 27, 2023
1 parent 6ca03dc commit 696fca5
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 @@ -45,7 +45,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('yard', '~> 0.9.10')

s.required_ruby_version = '>= 2.6.0'
s.required_rubygems_version = '>= 3.0.1'
s.required_rubygems_version = '>= 3.2.3'
s.require_path = 'lib'
s.files = Dir['lib/**/*', 'CHANGELOG.md', 'CONTRIBUTING.md', 'LICENSE', 'README.md']
end

0 comments on commit 696fca5

Please sign in to comment.