From 243ebb8a0178af899ea29e970af1216889691ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:30:46 +0000 Subject: [PATCH] build(deps): bump actionview, railties, actionpack and activemodel Bumps [actionview](https://github.com/rails/rails), [railties](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [activemodel](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `actionview` from 6.1.7.6 to 7.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.3) Updates `railties` from 6.1.7.6 to 7.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.3) Updates `actionpack` from 6.1.7.6 to 7.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.3) Updates `activemodel` from 6.1.7.6 to 7.1.3 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.3) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production update-type: version-update:semver-major - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-major - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-major - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 8 +++--- Gemfile.lock | 73 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 49 insertions(+), 32 deletions(-) diff --git a/Gemfile b/Gemfile index 156473a1ebc..4bc546a8888 100644 --- a/Gemfile +++ b/Gemfile @@ -51,10 +51,10 @@ gem 'xxhash' gem 'yajl-ruby' # Rails Components -gem 'actionpack', '~> 6.1.7' -gem 'actionview', '~> 6.1.7', '>= 6.1.7.5' -gem 'activemodel', '~> 6.1.7' -gem 'railties', '~> 6.1.7', '>= 6.1.7.5' +gem 'actionpack', '~> 7.1.3' +gem 'actionview', '~> 7.1.3' +gem 'activemodel', '~> 7.1.3' +gem 'railties', '~> 7.1.3' gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 52a1c2490d6..a4a5ed7127b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,27 +49,34 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (6.1.7.6) - actionview (= 6.1.7.6) - activesupport (= 6.1.7.6) - rack (~> 2.0, >= 2.0.9) + actionpack (7.1.3) + actionview (= 7.1.3) + activesupport (= 7.1.3) + 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 (6.1.7.6) - activesupport (= 6.1.7.6) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actionview (7.1.3) + activesupport (= 7.1.3) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.1.7.6) - activesupport (= 6.1.7.6) - activesupport (6.1.7.6) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activemodel (7.1.3) + activesupport (= 7.1.3) + activesupport (7.1.3) + 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) - zeitwerk (~> 2.3) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aliyun-sdk (0.8.0) @@ -118,7 +125,7 @@ GEM codeclimate-test-reporter (1.0.9) simplecov (<= 0.13) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) cookiejar (0.3.3) crack (0.4.5) @@ -129,12 +136,14 @@ GEM irb (~> 1.10) reline (>= 0.3.8) declarative (0.0.20) - delayed_job (4.1.9) - activesupport (>= 3.0, < 6.2) + delayed_job (4.1.11) + activesupport (>= 3.0, < 8.0) diff-lcs (1.5.0) docile (1.1.5) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + drb (2.2.0) + ruby2_keywords e2mmap (0.1.0) em-http-request (1.1.7) addressable (>= 2.3.4) @@ -306,7 +315,7 @@ GEM mime-types-data (3.2023.1205) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.20.0) + minitest (5.21.1) mock_redis (0.42.0) ms_rest (0.6.4) concurrent-ruby (~> 1.0) @@ -324,6 +333,7 @@ GEM mustache (1.1.1) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) + mutex_m (0.2.0) mysql2 (0.5.5) net-ssh (7.2.1) netaddr (2.0.6) @@ -367,8 +377,13 @@ GEM rack-protection (3.2.0) base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) + rackup (1.0.0) + rack (< 3) + webrick rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -376,12 +391,14 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (6.1.7.6) - actionpack (= 6.1.7.6) - activesupport (= 6.1.7.6) - method_source + railties (7.1.3) + actionpack (= 7.1.3) + activesupport (= 7.1.3) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.1.0) rb-fsevent (0.11.2) @@ -574,9 +591,9 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 6.1.7) - actionview (~> 6.1.7, >= 6.1.7.5) - activemodel (~> 6.1.7) + actionpack (~> 7.1.3) + actionview (~> 7.1.3) + activemodel (~> 7.1.3) addressable allowy (>= 2.1.0) azure-storage-blob! @@ -627,7 +644,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 6.1.7, >= 6.1.7.5) + railties (~> 7.1.3) rake redis retryable