From 267c5f6c69ea25d7d686d1a5b58ef8bbb05e8bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 06:02:54 +0000 Subject: [PATCH] build(deps): bump activesupport Bumps [activesupport](https://github.com/rails/rails) from 5.0.6 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.6...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../version-management/gitaly/Gemfile | 2 +- .../version-management/gitaly/Gemfile.lock | 24 ++++++++++--------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/pkgs/applications/version-management/gitaly/Gemfile b/pkgs/applications/version-management/gitaly/Gemfile index b300f27918c58..4c405381c025e 100644 --- a/pkgs/applications/version-management/gitaly/Gemfile +++ b/pkgs/applications/version-management/gitaly/Gemfile @@ -4,7 +4,7 @@ gem 'rugged', '~> 0.27.0' gem 'github-linguist', '~> 5.3.3', require: 'linguist' gem 'gitlab-markup', '~> 1.6.2' gem 'gitaly-proto', '~> 0.95.0', require: 'gitaly' -gem 'activesupport', '~> 5.0.2' +gem 'activesupport', '~> 6.1.7' gem 'rdoc', '~> 4.2' gem 'gollum-lib', '~> 4.2', require: false gem 'gollum-rugged_adapter', '~> 0.4.4', require: false diff --git a/pkgs/applications/version-management/gitaly/Gemfile.lock b/pkgs/applications/version-management/gitaly/Gemfile.lock index 2687952c805ba..e4a65f764b5dd 100644 --- a/pkgs/applications/version-management/gitaly/Gemfile.lock +++ b/pkgs/applications/version-management/gitaly/Gemfile.lock @@ -1,16 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.6) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ast (2.3.0) charlock_holmes (0.7.6) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) diff-lcs (1.3) escape_utils (1.1.1) faraday (0.14.0) @@ -64,7 +65,8 @@ GEM google-protobuf (~> 3.1) googleapis-common-protos-types (~> 1.0.0) googleauth (>= 0.5.1, < 0.7) - i18n (0.8.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (2.1.0) jwt (2.1.0) licensee (8.7.0) @@ -78,7 +80,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.3.0) - minitest (5.9.1) + minitest (5.17.0) multi_json (1.13.1) multipart-post (2.0.0) nokogiri (1.8.1) @@ -131,16 +133,16 @@ GEM jwt (>= 1.5, < 3.0) multi_json (~> 1.10) stringex (2.7.1) - thread_safe (0.3.6) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.3.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 5.0.2) + activesupport (~> 6.1.7) gitaly-proto (~> 0.95.0) github-linguist (~> 5.3.3) gitlab-markup (~> 1.6.2)