From 92f9766c0d4df28d6cce2c8f46c33f91feb1970e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:51:06 +0000 Subject: [PATCH] Bump activesupport from 3.2.12 to 7.0.7 Bumps [activesupport](https://github.com/rails/rails) from 3.2.12 to 7.0.7. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.12...v7.0.7) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1d6f8127..5d8aceac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,24 @@ PATH remote: . specs: - hubspot-ruby (0.2.0) + hubspot-ruby (0.2.1) activesupport (>= 3.0.0) httparty (>= 0.10.0) GEM remote: http://rubygems.org/ specs: - activesupport (3.2.12) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (7.0.7) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.3.6) awesome_print (1.1.0) celluloid (0.16.0) timers (~> 4.0.0) coderay (1.1.0) + concurrent-ruby (1.2.2) crack (0.4.2) safe_yaml (~> 1.0.0) diff-lcs (1.2.1) @@ -31,10 +34,11 @@ GEM guard (>= 1.8) rspec (~> 2.13) hitimes (1.2.2) - httparty (0.10.2) - multi_json (~> 1.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (0.6.4) + i18n (1.14.1) + concurrent-ruby (~> 1.0) json (1.8.3) listen (2.7.11) celluloid (>= 0.15.2) @@ -42,8 +46,10 @@ GEM rb-inotify (>= 0.9) lumberjack (1.0.9) method_source (0.8.2) - multi_json (1.6.1) - multi_xml (0.5.3) + mini_mime (1.1.5) + minitest (5.19.0) + multi_json (1.15.0) + multi_xml (0.6.0) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -73,6 +79,8 @@ GEM timecop (0.7.1) timers (4.0.1) hitimes + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) vcr (2.4.0) webmock (1.9.3) addressable (>= 2.2.7)