Skip to content

Commit

Permalink
Update Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Feb 19, 2023
1 parent 9e4da04 commit 3750fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-gr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['*.{md,txt}', '{lib}/**/*']
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'fiddle', '>= 1.1.0'
spec.add_dependency 'numo-narray'
Expand Down

0 comments on commit 3750fdd

Please sign in to comment.