From 239c953b9472d2e9c52fec0b9aebc20030c68ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:52:52 +0000 Subject: [PATCH] Bump activesupport from 4.2.11.1 to 6.0.6.1 Bumps [activesupport](https://github.com/rails/rails) from 4.2.11.1 to 6.0.6.1. - [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/v4.2.11.1...v6.0.6.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 4e2daaa8b2..4b4b490713 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ def gh(slug) "https://github.com/#{slug}" end -gem 'activesupport', '~> 4.0' +gem 'activesupport', '~> 6.0' gem 'addressable', '~> 2.3' gem 'codeclimate-test-reporter', require: false, group: %i[development test] gem 'coder' diff --git a/Gemfile.lock b/Gemfile.lock index 0a4329a3ee..ebe558572f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,11 +37,12 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.1) - i18n (~> 0.7) + activesupport (6.0.6.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) @@ -52,7 +53,7 @@ GEM simplecov (<= 0.13) coder (0.4.0) coderay (1.1.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.0) connection_pool (2.2.2) crack (0.4.5) rexml @@ -81,7 +82,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) json (2.3.1) @@ -102,7 +103,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) minitar (0.6.1) - minitest (5.14.0) + minitest (5.17.0) mocha (1.7.0) metaclass (~> 0.0.1) msgpack (1.2.4) @@ -218,7 +219,7 @@ GEM hashr (~> 2.0) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) unf (0.1.4) unf_ext @@ -229,12 +230,13 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) websocket (1.2.8) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 4.0) + activesupport (~> 6.0) addressable (~> 2.3) codeclimate-test-reporter coder