diff --git a/Gemfile.lock b/Gemfile.lock index 1a50ef4c..8e539011 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,7 @@ GEM rails (>= 4.2) jbuilder (2.11.2) activesupport (>= 5.0.0) + json (2.6.3) listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -131,8 +132,8 @@ GEM nokogiri (1.11.6) mini_portile2 (~> 2.5.0) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.1.1) + parallel (1.22.1) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.2.3) puma (5.3.2) @@ -170,13 +171,13 @@ GEM method_source rake (>= 0.8.7) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) redis (4.2.5) - regexp_parser (2.1.1) + regexp_parser (2.6.1) rexml (3.2.5) rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) @@ -197,17 +198,18 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (1.15.0) + rubocop (1.41.1) + 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.5.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.7.0) - parser (>= 3.0.1.1) + rubocop-ast (1.24.0) + parser (>= 3.1.1.0) rubocop-faker (1.1.0) faker (>= 2.12.0) rubocop (>= 0.82.0) @@ -266,7 +268,7 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.3.0) web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0)