diff --git a/Gemfile.lock b/Gemfile.lock index 1e97857e..07667506 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,6 @@ GEM activesupport (>= 4.2.0) i18n (1.8.5) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) jbuilder (2.10.0) activesupport (>= 5.0.0) jquery-rails (4.4.0) @@ -127,9 +126,9 @@ GEM nio4r (2.5.2) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.0.5) - ast (~> 2.4.0) + parallel (1.19.2) + parser (2.7.1.4) + ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) coderay (~> 1.1) @@ -171,14 +170,17 @@ GEM rb-readline (0.5.5) regexp_parser (1.7.1) rexml (3.2.4) - rubocop (0.81.0) - jaro_winkler (~> 1.5.1) + rubocop (0.90.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.7) rexml + rubocop-ast (>= 0.3.0, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.3.0) + parser (>= 2.7.1.4) ruby-progressbar (1.10.1) sass (3.7.4) sass-listen (~> 4.0.0)