From 99a72b122015bfdbf4134102eed55653efe7479f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:09:09 +0000 Subject: [PATCH] Bump activesupport from 7.0.8 to 7.1.1 Bumps [activesupport](https://github.com/rails/rails) from 7.0.8 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b4db068..f175e20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,10 +18,15 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) @@ -31,6 +36,7 @@ GEM docopt (~> 0.5.0) validatable (~> 1.6) base64 (0.1.1) + bigdecimal (3.1.4) builder (3.2.4) byebug (11.1.3) claide (1.1.0) @@ -64,6 +70,8 @@ GEM docopt (0.5.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + drb (2.1.1) + ruby2_keywords ebnf (2.3.1) amazing_print (~> 1.4) htmlentities (~> 4.3) @@ -104,6 +112,7 @@ GEM mime-types-data (3.2022.0105) minitar (0.9) minitest (5.20.0) + mutex_m (0.1.2) nap (1.1.0) net-http-persistent (4.0.1) connection_pool (~> 2.2)