Skip to content

Commit

Permalink
Specify racc as a dependency
Browse files Browse the repository at this point in the history
This is because this dependency has been gemified as of Ruby 3.3
  • Loading branch information
radar committed Mar 5, 2024
1 parent a7f7643 commit 0d36f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3.0'

s.add_dependency 'concurrent-ruby', '~> 1.0'
s.add_dependency 'racc', '~> 1.7'

end

0 comments on commit 0d36f66

Please sign in to comment.