Skip to content

Commit

Permalink
Add perf gem
Browse files Browse the repository at this point in the history
  • Loading branch information
bermannoah committed Apr 27, 2022
1 parent 6e43177 commit d220d5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

source "https://rubygems.org"

group :development do
group :development, :test do
gem "brakeman"
gem "rubocop"
gem 'rubocop-performance', require: false
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
unicode-display_width (2.1.0)
webmock (3.14.0)
Expand All @@ -60,6 +63,7 @@ DEPENDENCIES
pry
rspec
rubocop
rubocop-performance
webmock

BUNDLED WITH
Expand Down

0 comments on commit d220d5b

Please sign in to comment.