From 81f0aedcb565b29c3857cc87fdfaa99f60f0dac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:10:02 +0000 Subject: [PATCH] Bump activesupport from 5.2.2 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 5.2.2 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.2.2...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38f96df..4bd3e31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.2) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) airrecord (1.0.1) faraday (~> 0.10) net-http-persistent (~> 2.9) coderay (1.1.2) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.10) daemons (1.3.0) diff-lcs (1.3) dotenv (2.5.0) @@ -21,10 +21,10 @@ GEM faraday (>= 0.7.4, < 1.0) gli (2.18.0) hashie (3.6.0) - i18n (1.2.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.2) - minitest (5.11.3) + minitest (5.17.0) multipart-post (2.0.0) mustermann (1.0.3) net-http-persistent (2.9.4) @@ -69,10 +69,9 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) websocket-driver (0.7.0) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3)