From 781c366a7ba59e25230d34037f88ceaed2981c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:02:37 +0000 Subject: [PATCH] build(deps): bump activemodel, railties, actionpack and actionview Bumps [activemodel](https://github.com/rails/rails), [railties](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [actionview](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activemodel` from 6.1.7.6 to 7.1.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.2) Updates `railties` from 6.1.7.6 to 7.1.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.2) Updates `actionpack` from 6.1.7.6 to 7.1.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.2) Updates `actionview` from 6.1.7.6 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/v6.1.7.6...v7.1.2) --- updated-dependencies: - dependency-name: activemodel 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: actionview dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 8 ++--- Gemfile.lock | 86 +++++++++++++++++++++++++++++++--------------------- 2 files changed, 56 insertions(+), 38 deletions(-) diff --git a/Gemfile b/Gemfile index 25effd9c5e..5ecc5a306b 100644 --- a/Gemfile +++ b/Gemfile @@ -50,10 +50,10 @@ gem 'vmstat', '~> 2.3' 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.2' +gem 'actionview', '~> 7.1.2' +gem 'activemodel', '~> 7.1.2' +gem 'railties', '~> 7.1.2' 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 7e2e01bb35..61630b3cfd 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.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 (6.1.7.6) - activesupport (= 6.1.7.6) + 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) - 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.2) + activesupport (= 7.1.2) + 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) - zeitwerk (~> 2.3) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) aliyun-sdk (0.8.0) @@ -131,12 +138,14 @@ GEM irb (>= 1.5.0) reline (>= 0.3.1) 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) @@ -297,7 +306,7 @@ GEM rake (~> 13.0) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) machinist (1.0.6) @@ -308,8 +317,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.0808) mini_mime (1.1.5) - mini_portile2 (2.8.4) - minitest (5.18.1) + mini_portile2 (2.8.5) + minitest (5.20.0) mock_redis (0.37.0) ms_rest (0.6.4) concurrent-ruby (~> 1.0) @@ -327,6 +336,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.0) netaddr (2.0.6) @@ -363,24 +373,32 @@ GEM public_suffix (5.0.3) puma (5.6.7) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) + rack-session (1.0.1) + rack (< 3) rack-test (2.1.0) 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.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.2) + actionpack (= 7.1.2) + activesupport (= 7.1.2) + 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.0.6) rb-fsevent (0.11.2) @@ -523,7 +541,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.2.2) + thor (1.3.0) tilt (2.2.0) timecop (0.9.8) timeliness (0.4.5) @@ -547,7 +565,7 @@ GEM rexml yajl-ruby (1.4.3) yard (0.9.34) - zeitwerk (2.6.8) + zeitwerk (2.6.12) PLATFORMS ruby @@ -555,9 +573,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.2) + actionview (~> 7.1.2) + activemodel (~> 7.1.2) addressable allowy (>= 2.1.0) azure-storage-blob! @@ -609,7 +627,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 6.1.7, >= 6.1.7.5) + railties (~> 7.1.2) rake redis retryable