Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ group :development do

# Best practices
gem "rails_best_practices", "~> 1.21"
gem "rubocop-performance", "~> 1.11", require: false
gem "rubocop-performance", "~> 1.15", require: false
gem "rubocop-rails_config", "~> 1.8.0"
gem "rubocop-rake", "~> 0.6", require: false
gem "rubocop-rspec", "~> 2.7", require: false
Expand Down
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
ordinare (0.4.0)
parallel (1.21.0)
parser (3.1.0.0)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
pessimize (0.4.0)
bundler
Expand Down Expand Up @@ -278,13 +278,13 @@ GEM
method_source
rake (>= 0.13)
thor (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
regexp_parser (2.2.0)
regexp_parser (2.6.1)
request_store (1.5.0)
rack (>= 1.4)
require_all (3.0.0)
Expand All @@ -311,22 +311,23 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.3)
rubocop (1.24.1)
rubocop (1.41.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-minitest (0.17.0)
rubocop (>= 0.90, < 2.0)
rubocop-packaging (0.5.1)
rubocop (>= 0.89, < 2.0)
rubocop-performance (1.13.1)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.13.0)
Expand Down Expand Up @@ -394,7 +395,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.1.0)
unicode-display_width (2.3.0)
uniform_notifier (1.14.2)
web-console (3.7.0)
actionview (>= 5.0)
Expand Down Expand Up @@ -448,7 +449,7 @@ DEPENDENCIES
rollbar (~> 3.2)
rouge (~> 3.26)
rspec-rails (~> 5.0)
rubocop-performance (~> 1.11)
rubocop-performance (~> 1.15)
rubocop-rails_config (~> 1.8.0)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.7)
Expand Down