Skip to content

Commit

Permalink
Tighten Ruby version requirement to avoid:
Browse files Browse the repository at this point in the history
  • Loading branch information
prikha committed Jan 18, 2024
1 parent 7960ef5 commit e803fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unparser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|

gem.metadata['rubygems_mfa_required'] = 'true'

gem.required_ruby_version = '>= 3.0'
gem.required_ruby_version = '>= 3.2'

gem.add_dependency('diff-lcs', '~> 1.3')
gem.add_dependency('parser', '>= 3.3.0')
Expand Down

0 comments on commit e803fee

Please sign in to comment.