diff --git a/Gemfile.lock b/Gemfile.lock index 9ec78907..461615e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,17 @@ GEM remote: https://rubygems.org/ specs: - actionview (6.1.7) - activesupport (= 6.1.7) + actionview (7.0.4.1) + activesupport (= 7.0.4.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.1.7) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) builder (3.2.4) @@ -43,7 +42,7 @@ GEM eventmachine (>= 1.0.0.beta.4) em-synchrony (1.0.6) eventmachine (>= 1.0.0.beta.1) - erubi (1.11.0) + erubi (1.12.0) eventmachine (1.2.7) http-accept (1.7.0) http-cookie (1.0.5) @@ -67,7 +66,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - minitest (5.16.3) + mini_portile2 (2.8.1) + minitest (5.17.0) money (6.16.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) @@ -83,13 +83,16 @@ GEM net-smtp (0.3.3) net-protocol netrc (0.11.0) - nokogiri (1.13.10-x86_64-linux) + nokogiri (1.14.0) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.14.0-x86_64-linux) racc (~> 1.4) oj (3.13.23) pony (1.13.1) mail (>= 2.0) public_suffix (5.0.1) - racc (1.6.1) + racc (1.6.2) rack (2.2.4) rack-protection (3.0.5) rack @@ -98,7 +101,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.4) + rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) raindrops (0.20.0) rake (13.0.6) @@ -147,9 +150,9 @@ GEM unicorn (6.1.0) kgio (~> 2.6) raindrops (~> 0.7) - zeitwerk (2.6.6) PLATFORMS + ruby x86_64-linux DEPENDENCIES @@ -176,4 +179,4 @@ DEPENDENCIES rubygems-update sinatra sinatra-contrib - unicorn \ No newline at end of file + unicorn