From 99c1a1fff6e4051bd20e8487771b1256790194d8 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Tue, 27 Mar 2018 17:48:00 -0300 Subject: [PATCH] gem: update --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 859afd1..80027d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM arel (8.0.0) ast (2.4.0) builder (3.2.3) - byebug (10.0.0) + byebug (10.0.1) coderay (1.1.2) concurrent-ruby (1.0.5) crass (1.0.3) @@ -48,17 +48,17 @@ GEM railties (>= 3.0.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - loofah (2.2.0) + loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.0) mini_portile2 (2.3.0) minitest (5.11.3) - mysql2 (0.4.10) + mysql2 (0.5.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) parallel (1.12.1) - parser (2.5.0.2) + parser (2.5.0.5) ast (~> 2.4.0) powerpack (0.1.1) pry (0.11.3) @@ -68,13 +68,13 @@ GEM byebug (~> 10.0) pry (~> 0.10) rack (2.0.4) - rack-test (0.8.3) + rack-test (1.0.0) rack (>= 1.0, < 3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) railties (5.1.5) actionpack (= 5.1.5) activesupport (= 5.1.5) @@ -82,7 +82,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - rake (12.3.0) + rake (12.3.1) rspec-core (3.7.1) rspec-support (~> 3.7.0) rspec-expectations (3.7.0) @@ -100,15 +100,15 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - rubocop (0.53.0) + rubocop (0.54.0) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - rubocop-rspec (1.23.0) - rubocop (>= 0.52.1) + rubocop-rspec (1.24.0) + rubocop (>= 0.53.0) ruby-progressbar (1.9.0) shoulda-matchers (3.1.2) activesupport (>= 4.0.0)