From 9c8360e801c11778d45edf86373363d675a1311a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 05:27:19 +0000 Subject: [PATCH] Bump activesupport from 6.1.1 to 6.1.7.3 Bumps [activesupport](https://github.com/rails/rails) from 6.1.1 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.1...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 778209f..2ead957 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "octokit", "~> 4.25" -gem "activesupport", "~> 6.1.1" +gem "activesupport", "~> 6.1.7" gem "faraday-retry", "~> 2.0" group :test, :development do diff --git a/Gemfile.lock b/Gemfile.lock index 2b76f3e..bda7cb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.1) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -11,7 +11,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) byebug (11.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.2.2) diff-lcs (1.4.4) faraday (2.3.0) faraday-net_http (~> 2.0) @@ -19,9 +19,9 @@ GEM faraday-net_http (2.0.3) faraday-retry (2.0.0) faraday (~> 2.0) - i18n (1.8.7) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.14.3) + minitest (5.18.0) octokit (4.25.0) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -67,10 +67,10 @@ GEM standard (1.1.7) rubocop (= 1.18.4) rubocop-performance (= 1.11.4) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.0.0) - zeitwerk (2.4.2) + zeitwerk (2.6.7) PLATFORMS x86_64-darwin-19 @@ -78,7 +78,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 6.1.1) + activesupport (~> 6.1.7) byebug faraday-retry (~> 2.0) octokit (~> 4.25)