Skip to content

Commit

Permalink
Add 'rubocop-performance' gem to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jul 16, 2024
1 parent 19c56ae commit 7e64d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group 'test' do
gem 'rspec-parameterized', '>= 1.0.0'
gem 'rubocop'
gem 'rubocop-packaging'
gem 'rubocop-performance'
gem 'rubocop-rspec'

# fix: build error on windows
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ GEM
parser (>= 3.3.1.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.2)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
Expand All @@ -139,6 +142,7 @@ DEPENDENCIES
rspec-parameterized (>= 1.0.0)
rubocop
rubocop-packaging
rubocop-performance
rubocop-rspec

RUBY VERSION
Expand Down

0 comments on commit 7e64d66

Please sign in to comment.