diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-23 23:31:02 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-23 23:31:02 +0200 |
commit | 4a200e21412007150148ac79f059bb65d931478a (patch) | |
tree | f83e166af85f28acb7fa9d7e0c7f1ea6f7faecb6 /Gemfile.lock | |
parent | Fix tests to account for changes in the code (diff) | |
download | glsamaker-4a200e21412007150148ac79f059bb65d931478a.tar.gz glsamaker-4a200e21412007150148ac79f059bb65d931478a.tar.bz2 glsamaker-4a200e21412007150148ac79f059bb65d931478a.zip |
Update rubocop configuration
Add performance and rails plugins, and generate a todo file so that
rubocop is "green".
This also updates some dependencies in the Gemfile.lock file.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 60 |
1 files changed, 40 insertions, 20 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6ace946..ecdef7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,10 +43,11 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - airbrussh (1.3.1) + airbrussh (1.3.2) sshkit (>= 1.6.1, != 1.7.0) ansi (1.5.0) arel (6.0.4) + ast (2.4.0) builder (3.2.3) capistrano (3.11.0) airbrussh (>= 1.0.0) @@ -60,8 +61,8 @@ GEM crass (1.0.4) daemons (1.3.1) diff-lcs (1.3) - docile (1.3.1) - domain_name (0.5.20180417) + docile (1.3.2) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) erubis (2.7.0) eventmachine (1.2.7) @@ -73,13 +74,13 @@ GEM i18n (0.9.5) concurrent-ruby (~> 1.0) innertube (1.1.0) - jbuilder (2.8.0) + jaro_winkler (1.5.3) + jbuilder (2.9.1) activesupport (>= 4.2.0) - multi_json (>= 1.2) joiner (0.3.4) activerecord (>= 4.1.0) json (1.8.6) - kramdown (2.0.0) + kramdown (2.1.0) loofah (2.2.3) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -97,7 +98,7 @@ GEM middleware (0.1.0) mime-types (3.2.2) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2019.0331) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) @@ -106,17 +107,19 @@ GEM builder minitest (>= 5.0) ruby-progressbar - multi_json (1.13.1) mysql2 (0.3.21) net-http-digest_auth (1.4.1) - net-http-persistent (3.0.0) + net-http-persistent (3.0.1) connection_pool (~> 2.2) - net-scp (1.2.1) - net-ssh (>= 2.6.5) - net-ssh (5.1.0) + net-scp (2.0.0) + net-ssh (>= 2.6.5, < 6.0.0) + net-ssh (5.2.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) ntlm-http (0.1.1) + parallel (1.17.0) + parser (2.6.3.0) + ast (~> 2.4.0) rack (1.6.11) rack-test (0.6.3) rack (>= 1.0) @@ -144,23 +147,36 @@ GEM activesupport (= 4.2.11.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) + rainbow (3.0.0) rake (10.4.2) riddle (2.3.2) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) + rspec-core (3.8.2) rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-expectations (3.8.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-mocks (3.8.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-support (3.8.0) - ruby-progressbar (1.10.0) - simplecov (0.16.1) + rspec-support (3.8.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) + simplecov (0.17.0) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) @@ -172,7 +188,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sshkit (1.18.1) + sshkit (1.19.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) text-format-revised (1.1.0) @@ -195,7 +211,8 @@ GEM thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.7.5) + unf_ext (0.0.7.6) + unicode-display_width (1.6.0) webrobots (0.1.2) xmlrpc (0.3.0) @@ -218,6 +235,9 @@ DEPENDENCIES rails (~> 4.2) rake (= 10.4.2) rspec + rubocop + rubocop-performance + rubocop-rails simplecov text-format-revised thin |