Skip to content

Commit

Permalink
Fix required ruby version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim committed Aug 4, 2023
1 parent 449d8d1 commit a150cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordmap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.metadata['source_code_uri'] = spec.homepage
spec.metadata['changelog_uri'] = 'https://github.com/maxim/wordmap/blob/master/CHANGELOG.md'

spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
end
Expand Down

0 comments on commit a150cb4

Please sign in to comment.