diff --git a/Gemfile.lock b/Gemfile.lock index e1ef070..8a66e93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,6 +88,7 @@ GEM activesupport (>= 4.2.0) i18n (1.8.9) concurrent-ruby (~> 1.0) + json (2.6.3) loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -108,8 +109,8 @@ GEM racc (~> 1.4) nokogiri (1.11.1-x86_64-linux) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pry (0.13.1) coderay (~> 1.1) @@ -150,23 +151,24 @@ GEM method_source rake (>= 0.8.7) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.4) - rubocop (1.10.0) + regexp_parser (2.6.1) + rexml (3.2.5) + rubocop (1.42.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-shopify (1.0.7) - rubocop (~> 1.4) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) + rubocop-shopify (2.11.1) + rubocop (~> 1.42) ruby-progressbar (1.11.0) rubyzip (2.3.0) selenium-webdriver (3.142.7) @@ -183,7 +185,7 @@ GEM thor (1.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.4.2) webdrivers (4.5.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0)