diff --git a/Gemfile.lock b/Gemfile.lock index bac6444..391c29b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,24 +10,24 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (5.2.4.5) - actionview (= 5.2.4.5) - activesupport (= 5.2.4.5) - rack (~> 2.0, >= 2.0.8) + actionpack (7.0.4.2) + actionview (= 7.0.4.2) + activesupport (= 7.0.4.2) + rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.4.5) - activesupport (= 5.2.4.5) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.4.2) + activesupport (= 7.0.4.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.2.4.5) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ansi (1.5.0) @@ -36,7 +36,7 @@ GEM nokogiri (>= 1.4.3.1) builder (3.2.4) byebug (11.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.2.0) crass (1.0.6) docile (1.3.5) domain_name (0.5.20190701) @@ -60,7 +60,7 @@ GEM dry-core (~> 0.5, >= 0.5) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - erubi (1.10.0) + erubi (1.12.0) fakeredis (0.8.0) redis (~> 4.1) grape (1.5.2) @@ -87,13 +87,13 @@ GEM i18n (1.8.9) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - loofah (2.9.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0212) - mini_portile2 (2.5.0) + mini_portile2 (2.8.1) minitest (5.14.3) minitest-focus (1.2.1) minitest (>= 4, < 6) @@ -109,8 +109,8 @@ GEM mustermann (>= 1.0.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.14.1) + mini_portile2 (~> 2.8.0) racc (~> 1.4) parallel (1.22.1) parser (3.1.2.1) @@ -119,7 +119,7 @@ GEM public_suffix (4.0.6) puma (5.5.1) nio4r (~> 2.0) - racc (1.5.2) + racc (1.6.2) rack (2.2.3) rack-accept (0.4.5) rack (>= 0.4) @@ -134,13 +134,13 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rainbow (3.1.1) rake (13.0.3) redis (4.2.5) - redis-activesupport (5.2.0) - activesupport (>= 3, < 7) + redis-activesupport (5.3.0) + activesupport (>= 3, < 8) redis-store (>= 1.3, < 2) redis-store (1.4.1) redis (>= 2.2, < 5) @@ -170,9 +170,8 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7)