diff --git a/Gemfile.lock b/Gemfile.lock index 77f4a06..4395ba8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,14 @@ GEM remote: https://rubygems.org/ specs: - actionview (7.2.2.1) - activesupport (= 7.2.2.1) + actionview (7.2.3.1) + activesupport (= 7.2.3.1) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.2.1) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -16,12 +17,12 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) ast (2.4.3) - base64 (0.2.0) - benchmark (0.4.0) + base64 (0.3.0) + benchmark (0.5.0) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -29,14 +30,15 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.9) + bigdecimal (4.0.1) builder (3.3.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.0) + cgi (0.5.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crass (1.0.6) diff-lcs (1.6.1) docile (1.4.1) - drb (2.2.1) + drb (2.2.3) erb_lint (0.9.0) activesupport better_html (>= 2.0.1) @@ -51,7 +53,7 @@ GEM i18n (>= 1.8.11, < 2) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) json (2.10.2) language_server-protocol (3.17.0.4) @@ -63,7 +65,7 @@ GEM loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - minitest (5.25.5) + minitest (5.27.0) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) nio4r (2.7.4)