Skip to content

Commit

Permalink
add racc dependency for ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored and cxn03651 committed Jan 4, 2024
1 parent 7696c15 commit 1a8783f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions writeexcel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.required_ruby_version = '>= 2.4.0'
gem.add_development_dependency 'minitest'
gem.add_runtime_dependency 'racc' if RUBY_VERSION >= '3.3'
gem.add_development_dependency 'rake'
gem.extra_rdoc_files = [
"LICENSE.txt",
Expand Down

0 comments on commit 1a8783f

Please sign in to comment.