From c7ebc697cf266b9543d1f8f86e707e538b1c05f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:19:44 +0000 Subject: [PATCH] Bump activesupport in /api/ruby/rendering-data-as-graphs Bumps [activesupport](https://github.com/rails/rails) from 5.1.3 to 7.0.4.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.1.3...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../rendering-data-as-graphs/Gemfile.lock | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/api/ruby/rendering-data-as-graphs/Gemfile.lock b/api/ruby/rendering-data-as-graphs/Gemfile.lock index 7908feed4..bf81c0785 100644 --- a/api/ruby/rendering-data-as-graphs/Gemfile.lock +++ b/api/ruby/rendering-data-as-graphs/Gemfile.lock @@ -1,19 +1,20 @@ GEM remote: http://rubygems.org/ specs: - activesupport (5.1.3) + activesupport (7.0.4.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) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) faraday (0.13.1) multipart-post (>= 1.2, < 3) - i18n (0.8.6) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (2.1.0) - minitest (5.10.3) + minitest (5.17.0) multipart-post (2.0.0) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -31,10 +32,9 @@ GEM sinatra_auth_github (1.2.0) sinatra (~> 1.0) warden-github (~> 1.2.0) - thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.3) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) warden (1.2.7) rack (>= 1.0) warden-github (1.2.0)