From bea114c084ca678140cf5342592d510bff4a447e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:27:22 +0000 Subject: [PATCH] Bump actionview from 7.0.4.1 to 7.1.2 Bumps [actionview](https://github.com/rails/rails) from 7.0.4.1 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4.1...v7.1.2) --- updated-dependencies: - dependency-name: actionview dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 97 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 63 insertions(+), 34 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1be66b9..0ae63a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,67 +15,94 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.0.4.1) - actionview (= 7.0.4.1) - activesupport (= 7.0.4.1) - rack (~> 2.0, >= 2.2.0) + actionpack (7.1.2) + actionview (= 7.1.2) + activesupport (= 7.1.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.4.1) - activesupport (= 7.0.4.1) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actionview (7.1.2) + activesupport (= 7.1.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.4.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) + base64 (0.2.0) + bigdecimal (3.1.5) builder (3.2.4) byebug (11.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) crass (1.0.6) diff-lcs (1.5.0) docile (1.4.0) doggo (1.3.0) rspec-core (~> 3.10) + drb (2.2.0) + ruby2_keywords erubi (1.12.0) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - loofah (2.19.1) + io-console (0.7.1) + irb (1.11.1) + rdoc + reline (>= 0.4.2) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - method_source (1.0.0) - minitest (5.17.0) - nokogiri (1.14.0-arm64-darwin) + nokogiri (>= 1.12.0) + minitest (5.20.0) + mutex_m (0.2.0) + nokogiri (1.15.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.0-x86_64-darwin) + nokogiri (1.15.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.0-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) psych (5.0.1) stringio - racc (1.6.2) + racc (1.7.3) rack (2.2.6.2) + rack-session (1.0.2) + rack (< 3) rack-test (2.0.2) rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rackup (1.0.0) + rack (< 3) + webrick + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.4.4) - loofah (~> 2.19, >= 2.19.1) - railties (7.0.4.1) - actionpack (= 7.0.4.1) - activesupport (= 7.0.4.1) - method_source + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (7.1.2) + actionpack (= 7.1.2) + activesupport (= 7.1.2) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rake (13.0.6) rdoc (6.5.0) psych (>= 4.0.0) + reline (0.4.2) + io-console (~> 0.5) rspec-core (3.12.0) rspec-support (~> 3.12.0) rspec-expectations (3.12.2) @@ -93,6 +120,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.12.0) + ruby2_keywords (0.0.5) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -102,9 +130,10 @@ GEM simplecov (>= 0.4.1) simplecov_json_formatter (0.1.4) stringio (3.0.4) - thor (1.2.1) - tzinfo (2.0.5) + thor (1.3.0) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) + webrick (1.8.1) zeitwerk (2.6.6) PLATFORMS