aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-22 20:03:07 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-22 20:03:07 +0200
commit0b4cc3972482b2c15784631afe00f1d9277eb3ec (patch)
tree83271f43dd7c48811e3e02294406936f1fa36274 /Gemfile.lock
parentUse Ruby 2.4 as the lowest version (diff)
downloadpackages-5-0b4cc3972482b2c15784631afe00f1d9277eb3ec.tar.gz
packages-5-0b4cc3972482b2c15784631afe00f1d9277eb3ec.tar.bz2
packages-5-0b4cc3972482b2c15784631afe00f1d9277eb3ec.zip
Update rubocop configuration
Include the new performance and rails cops. Add a rubocop todo file so that running rubocop now results in a clean run. Specific issues from the todo file can be removed at a later stage. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock23
1 files changed, 23 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 5208cbe..6303e27 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -43,6 +43,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
+ ast (2.4.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
@@ -91,6 +92,7 @@ GEM
i18n (1.6.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
+ jaro_winkler (1.5.3)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
@@ -123,6 +125,9 @@ GEM
octicons_helper (9.1.1)
octicons (= 9.1.1)
rails
+ parallel (1.17.0)
+ parser (2.6.3.0)
+ ast (~> 2.4.0)
rack (2.0.7)
rack-protection (2.0.5)
rack
@@ -156,6 +161,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
+ rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
@@ -163,6 +169,19 @@ GEM
rdiscount (2.2.0.1)
rdoc (6.1.1)
redis (4.1.2)
+ rubocop (0.73.0)
+ jaro_winkler (~> 1.5.1)
+ parallel (~> 1.10)
+ parser (>= 2.6)
+ rainbow (>= 2.2.2, < 4.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 1.7)
+ rubocop-performance (1.4.0)
+ rubocop (>= 0.71.0)
+ rubocop-rails (2.2.1)
+ rack (>= 1.1)
+ rubocop (>= 0.72.0)
+ ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
@@ -204,6 +223,7 @@ GEM
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
+ unicode-display_width (1.6.0)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
@@ -233,6 +253,9 @@ DEPENDENCIES
rails (~> 5.2.3)
rails-controller-testing
rdiscount
+ rubocop (= 0.73.0)
+ rubocop-performance (= 1.4.0)
+ rubocop-rails (= 2.2.1)
sass-rails (~> 5.0)
sdoc (~> 1.0)
sidekiq