diff --git a/Gemfile.lock b/Gemfile.lock index c33adfc2f..bee46e2c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,6 +223,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) + json (2.6.3) jwt (2.3.0) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -292,8 +293,8 @@ GEM paper_trail (12.1.0) activerecord (>= 5.2) request_store (~> 1.1) - parallel (1.21.0) - parser (3.1.0.0) + parallel (1.22.1) + parser (3.2.0.0) ast (~> 2.4.1) pg (1.2.3) pry (0.14.1) @@ -353,7 +354,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - regexp_parser (2.2.0) + regexp_parser (2.6.2) remotipart (1.4.4) request_store (1.5.0) rack (>= 1.4) @@ -385,17 +386,18 @@ GEM rspec-support (3.10.3) rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.24.1) + rubocop (1.44.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.15.1, < 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.15.1) - parser (>= 3.0.1.1) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) rubocop-i18n (3.0.0) rubocop (~> 1.0) rubocop-packaging (0.5.1) @@ -468,7 +470,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) vcr (6.0.0) warden (1.2.9) rack (>= 2.0.9)