You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Gemfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ group :development, :test do
28
28
# A RuboCop plugin for Rake (https://github.com/rubocop/rubocop-rake)
29
29
gem'rubocop-rake'
30
30
31
+
# Automatic performance checking tool for Ruby code. (https://github.com/rubocop/rubocop-performance)
32
+
gem'rubocop-performance'
33
+
31
34
# Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. (https://relishapp.com/vcr/vcr/docs)
0 commit comments