From 44a06179d004b95ecd8e30d08ff23c0e3cce1ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:57:17 +0000 Subject: [PATCH] Bump activesupport from 3.2.1 to 7.0.4.2 Bumps [activesupport](https://github.com/rails/rails) from 3.2.1 to 7.0.4.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.1...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ff9dc40..07f5cba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,28 +2,33 @@ PATH remote: . specs: avalara (0.2.0) - hashie (~> 3.4.6) + hashie (~> 3.5) httparty (~> 0.13.5) multi_json GEM remote: http://rubygems.org/ specs: - activesupport (3.2.1) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (7.0.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.2.6) + concurrent-ruby (1.2.0) crack (0.3.1) diff-lcs (1.1.3) factory_girl (2.5.0) activesupport - hashie (3.4.6) + hashie (3.6.0) httparty (0.13.7) json (~> 1.8) multi_xml (>= 0.5.2) - i18n (0.6.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.8.6) - multi_json (1.8.0) + minitest (5.17.0) + multi_json (1.15.0) multi_xml (0.6.0) rake (0.9.2.2) rspec (2.8.0) @@ -34,6 +39,8 @@ GEM rspec-expectations (2.8.0) diff-lcs (~> 1.1.2) rspec-mocks (2.8.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) vcr (1.11.3) webmock (1.7.10) addressable (~> 2.2, > 2.2.5)