From 63162b2c012432adada53f17b583e4231797a50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:53:26 +0000 Subject: [PATCH] Bump activesupport from 5.2.0 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 5.2.0 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.0...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c0f8d63..fe70a5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: http://rubygems.org/ specs: - activemodel (5.2.0) - activesupport (= 5.2.0) - activesupport (5.2.0) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + 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) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) atk (3.2.4) @@ -19,7 +19,7 @@ GEM cairo-gobject (3.2.4) cairo glib2 (= 3.2.4) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) faraday (0.15.2) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) @@ -38,7 +38,7 @@ GEM atk (= 3.2.4) gdk_pixbuf2 (= 3.2.4) pango (= 3.2.4) - i18n (1.0.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) json_api_client (1.6.0) activemodel (>= 3.2.0) @@ -46,7 +46,7 @@ GEM addressable (~> 2.2) faraday (~> 0.15, >= 0.15.2) faraday_middleware (~> 0.9) - minitest (5.11.3) + minitest (5.17.0) multipart-post (2.0.0) native-package-installer (1.0.6) pango (3.2.4) @@ -58,9 +58,8 @@ GEM rake (12.3.1) rmagick (2.16.0) thread (0.2.2) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) work_queue (2.5.4) PLATFORMS