From 240692e3b59a259b1717f0568341ef6178ff313b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:16:42 +0000 Subject: [PATCH] Bump activesupport from 5.2.6 to 6.1.7.3 Bumps [activesupport](https://github.com/rails/rails) from 5.2.6 to 6.1.7.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.6...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index c77625d068..207b6708a7 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :development do gem 'cocoapods-dependencies', '~> 1.0.beta.1' - gem 'activesupport', '> 5', '< 6' # Pinned < 6 because 6 requires Ruby 2.5.0 + gem 'activesupport', '> 5', '< 7' # Pinned < 6 because 6 requires Ruby 2.5.0 gem 'bacon', :git => 'https://github.com/leahneukirchen/bacon.git' gem 'mocha', '< 1.5' gem 'mocha-on-bacon' diff --git a/Gemfile.lock b/Gemfile.lock index aa59e097cf..4a46ad4347 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,11 +133,12 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.3) - activesupport (5.2.6) + activesupport (6.1.7.3) 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) + zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) algoliasearch (1.27.5) @@ -157,7 +158,7 @@ GEM pry (= 0.10.3) coderay (1.1.2) colored2 (3.1.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) cork (0.3.0) colored2 (~> 3.1) crack (0.4.5) @@ -191,7 +192,7 @@ GEM rchardet (~> 1.8) hashdiff (1.0.1) httpclient (2.8.3) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) inch (0.8.0) pry @@ -212,7 +213,7 @@ GEM rb-kqueue (>= 0.2) metaclass (0.0.4) method_source (0.8.2) - minitest (5.14.4) + minitest (5.18.0) mocha (1.2.1) metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) @@ -273,24 +274,24 @@ GEM tins (~> 1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) tins (1.16.3) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (1.7.0) webmock (3.11.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) yard (0.9.12) + zeitwerk (2.6.7) PLATFORMS ruby DEPENDENCIES - activesupport (> 5, < 6) + activesupport (> 5, < 7) awesome_print bacon! bigdecimal (~> 1.3.0)