Skip to content

Commit

Permalink
up the ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Mar 19, 2022
1 parent f0f57a1 commit caa604a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.files.reject! { |fn| fn.include?('test/files') }
spec.require_paths = ['lib']

spec.required_ruby_version = ">= 2.5.0"
spec.required_ruby_version = ">= 2.7.0"

spec.add_dependency 'nokogiri', '~> 1'
spec.add_dependency 'rubyzip', '>= 1.3.0', '< 3.0.0'
Expand Down

0 comments on commit caa604a

Please sign in to comment.