Skip to content

Commit

Permalink
Explicitly list racc as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timon committed Jan 5, 2024
1 parent a2d73ac commit ef4a5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toml-rb.gemspec
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3"
s.add_dependency "citrus", "~> 3.0", "> 3.0"
s.add_dependency "racc", "~> 1.7"

s.add_development_dependency "minitest", "~> 5.7"
s.add_development_dependency "standard", "~> 1.4"
Expand Down

0 comments on commit ef4a5c5

Please sign in to comment.