diff --git a/Gemfile.lock b/Gemfile.lock index 6426b4f..b662d43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,15 +14,15 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.1.3.1) - actionview (= 6.1.3.1) - activesupport (= 6.1.3.1) + actionpack (6.1.4.1) + actionview (= 6.1.4.1) + activesupport (= 6.1.4.1) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.3.1) - activesupport (= 6.1.3.1) + actionview (6.1.4.1) + activesupport (= 6.1.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -32,9 +32,9 @@ GEM activemodel (>= 4.1, < 6.2) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - activemodel (6.1.3.1) - activesupport (= 6.1.3.1) - activesupport (6.1.3.1) + activemodel (6.1.4.1) + activesupport (= 6.1.4.1) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -42,7 +42,7 @@ GEM zeitwerk (~> 2.3) ansi (1.5.0) ast (2.4.2) - backport (1.1.2) + backport (1.2.0) benchmark (0.1.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -51,10 +51,11 @@ GEM case_transform (0.2) activesupport coderay (1.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) crass (1.0.6) - daemons (1.4.0) + daemons (1.4.1) debug_inspector (1.1.0) + diff-lcs (1.4.4) dotenv (2.7.6) e2mmap (0.1.0) erubi (1.10.0) @@ -71,24 +72,24 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - loofah (2.9.1) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) - mini_portile2 (2.5.1) + mini_portile2 (2.6.1) minitest (5.14.4) minitest-reporters (1.4.3) ansi builder minitest (>= 5.0) ruby-progressbar - moneta (1.4.1) + moneta (1.4.2) multipart-post (2.1.1) - nokogiri (1.11.3) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.1.1) + parallel (1.21.0) + parser (3.0.2.0) ast (~> 2.4.1) pry (0.12.2) coderay (~> 1.1.0) @@ -105,32 +106,33 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) redcarpet (3.5.1) - redis (4.2.5) + redis (4.4.0) regexp_parser (2.1.1) reverse_markdown (2.0.0) nokogiri rexml (3.2.5) - rubocop (1.13.0) + rubocop (1.22.1) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.2.0, < 2.0) + rubocop-ast (>= 1.12.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.5.0) + rubocop-ast (1.12.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) - solargraph (0.40.4) - backport (~> 1.1) + solargraph (0.44.0) + backport (~> 1.2) benchmark bundler (>= 1.17.2) + diff-lcs (~> 1.4) e2mmap jaro_winkler (~> 1.5) kramdown (~> 2.3) @@ -141,7 +143,7 @@ GEM thor (~> 1.0) tilt (~> 2.0) yard (~> 0.9, >= 0.9.24) - thin (1.8.0) + thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) @@ -149,7 +151,7 @@ GEM tilt (2.0.10) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.1.0) yard (0.9.26) zeitwerk (2.4.2) @@ -173,4 +175,4 @@ DEPENDENCIES yard (>= 0.9.11) BUNDLED WITH - 2.2.16 + 2.2.28