Skip to content

Commit

Permalink
Merge pull request #5 from yui-knk/update_required_ruby_version
Browse files Browse the repository at this point in the history
Update required_ruby_version to 2.5 or later
  • Loading branch information
yui-knk authored May 12, 2023
2 parents e280fd6 + df824da commit ec70f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrama.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/yui-knk/lrama"
# See LEGAL.md file for detail
spec.license = "GNU GPLv3"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
Expand Down

0 comments on commit ec70f60

Please sign in to comment.