From 522f1541bded6f1a745182edfd3f0f4857695dc8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 30 Apr 2019 09:07:50 -0400 Subject: [PATCH] Upgraded backports and rubocop gems --- Gemfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f921d8e..45f6b88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rspec-expectations (>= 2.99) thor (~> 0.19) ast (2.4.0) - backports (3.13.0) + backports (3.14.0) bcrypt (3.1.12) better_errors (2.5.1) coderay (>= 1.0.0) @@ -194,7 +194,6 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.9) pry (>= 0.10.4) - psych (3.1.0) public_suffix (3.0.3) puma (3.12.1) rack (2.0.7) @@ -258,11 +257,10 @@ GEM rspec-mocks (~> 3.8) rspec-support (~> 3.8) rspec-support (3.8.0) - rubocop (0.67.2) + rubocop (0.68.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) - psych (>= 3.1.0) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.6)