Skip to content

Commit

Permalink
Add racc to Gemfile for Ruby 3.3 as removed from default gems
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 5, 2024
1 parent 9f8a60f commit 88abb13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if RUBY_VERSION == "2.0.0"
gem "json", "2.4.1"
gem "rexml", "3.2.4"
end
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0")
gem "racc", "~> 1.7"
end

group :test do
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.5.0")
Expand Down

0 comments on commit 88abb13

Please sign in to comment.