Skip to content

Commit 60b668b

Browse files
committed
Add rubocop-performance gem
1 parent ede186d commit 60b668b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gem "rspec"
99
gem "simplecov", require: false
1010
gem "standard", require: false
1111
gem "rubocop", require: false
12+
gem "rubocop-disable_syntax", require: false
13+
gem "rubocop-performance", require: false
1214
gem "rubocop-rake", require: false
1315
gem "rubocop-rspec", require: false
14-
gem "rubocop-disable_syntax", require: false

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ DEPENDENCIES
156156
rspec
157157
rubocop
158158
rubocop-disable_syntax
159+
rubocop-performance
159160
rubocop-rake
160161
rubocop-rspec
161162
simplecov

0 commit comments

Comments
 (0)