From 51e825a2066d841fe9eec3b393e771c2619b4942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:33:42 +0000 Subject: [PATCH] build(deps): bump railties, actionview, actionpack, activemodel, azure-storage-blob, fog-azure-rm, spork and vcap-concurrency Bumps [railties](https://github.com/rails/rails), [actionview](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails), [azure-storage-blob](https://github.com/sethboyles/azure-storage-ruby), [fog-azure-rm](https://github.com/fog/fog-azure-rm), [spork](https://github.com/sporkrb/spork) and [vcap-concurrency](https://github.com/cloudfoundry/vcap-concurrency). These dependencies needed to be updated together. Updates `railties` from 6.1.7.6 to 7.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.0/railties/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.0) Updates `actionview` from 6.1.7.6 to 7.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.0/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.0) Updates `actionpack` from 6.1.7.6 to 7.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.0/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.0) Updates `activemodel` from 6.1.7.6 to 7.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.0/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.6...v7.1.0) Updates `azure-storage-blob` from `d4737cd` to 1.1.0 - [Commits](https://github.com/sethboyles/azure-storage-ruby/commits) Updates `fog-azure-rm` from `379e352` to 0.4.7 - [Release notes](https://github.com/fog/fog-azure-rm/releases) - [Commits](https://github.com/fog/fog-azure-rm/compare/379e352cce817f8e67618062bf7095095d8f5c4c...v0.4.7) Updates `spork` from `224df49` to 1.0.0rc4 - [Commits](https://github.com/sporkrb/spork/commits) Updates `vcap-concurrency` from `2a5b017` to 0.1.0 - [Commits](https://github.com/cloudfoundry/vcap-concurrency/commits) --- updated-dependencies: - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-major - dependency-name: actionview 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 - dependency-name: azure-storage-blob dependency-type: direct:production - dependency-name: fog-azure-rm dependency-type: direct:production - dependency-name: spork dependency-type: direct:development - dependency-name: vcap-concurrency dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 8 +++--- Gemfile.lock | 81 +++++++++++++++++++++++++++++++--------------------- 2 files changed, 53 insertions(+), 36 deletions(-) diff --git a/Gemfile b/Gemfile index 25effd9c5ed..0f90901c46a 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.0' +gem 'actionview', '~> 7.1.0' +gem 'activemodel', '~> 7.1.0' +gem 'railties', '~> 7.1.0' 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 7e2e01bb358..b4f459144e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,27 +49,33 @@ 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.0) + actionview (= 7.1.0) + activesupport (= 7.1.0) + nokogiri (>= 1.8.5) + 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.0) + activesupport (= 7.1.0) 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.0) + activesupport (= 7.1.0) + activesupport (7.1.0) + 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 +137,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.1.1) + ruby2_keywords e2mmap (0.1.0) em-http-request (1.1.7) addressable (>= 2.3.4) @@ -148,7 +156,7 @@ GEM eventmachine (>= 1.0.0.beta.4) erubi (1.12.0) eventmachine (1.2.7) - excon (0.100.0) + excon (0.104.0) faraday (0.17.6) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.7) @@ -306,10 +314,10 @@ GEM method_source (1.0.0) mime-types (3.5.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0808) + mime-types-data (3.2023.1003) mini_mime (1.1.5) mini_portile2 (2.8.4) - minitest (5.18.1) + minitest (5.20.0) mock_redis (0.37.0) ms_rest (0.6.4) concurrent-ruby (~> 1.0) @@ -327,6 +335,7 @@ GEM mustache (1.1.1) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) + mutex_m (0.1.2) mysql2 (0.5.5) net-ssh (7.2.0) netaddr (2.0.6) @@ -367,20 +376,28 @@ GEM 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.0) + actionpack (= 7.1.0) + activesupport (= 7.1.0) + 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) @@ -547,7 +564,7 @@ GEM rexml yajl-ruby (1.4.3) yard (0.9.34) - zeitwerk (2.6.8) + zeitwerk (2.6.12) PLATFORMS ruby @@ -555,9 +572,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.0) + actionview (~> 7.1.0) + activemodel (~> 7.1.0) addressable allowy (>= 2.1.0) azure-storage-blob! @@ -609,7 +626,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 6.1.7, >= 6.1.7.5) + railties (~> 7.1.0) rake redis retryable