Skip to content

Commit

Permalink
Gemfile: add racc to development, lint group
Browse files Browse the repository at this point in the history
In Ruby 3.3, this is not a stdlib.
  • Loading branch information
olleolleolle committed Dec 14, 2023
1 parent 342e7e6 commit 639e1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ group :development, :test do
end

group :development, :lint do
gem 'racc', '~> 1.7' # for RuboCop, on Ruby 3.3
gem 'rubocop'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.0'
Expand Down

0 comments on commit 639e1b5

Please sign in to comment.