From f17c50af3c7dfb1a37bbbd7f623a650d65196b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 04:33:11 +0000 Subject: [PATCH] Bump activesupport and minitest Bumps [activesupport](https://github.com/rails/rails) and [minitest](https://github.com/seattlerb/minitest). These dependencies needed to be updated together. Updates `activesupport` from 4.0.13 to 7.0.4.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/v4.0.13...v7.0.4.3) Updates `minitest` from 4.7.5 to 5.18.0 - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/commits/v5.18.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index ce5365ab..a35fb3c5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake" gem "uuid" group :test do - gem "minitest", '< 5.0' + gem "minitest", '< 6.0' gem "pry" gem 'simplecov' gem 'simplecov-cobertura' # for submitting code coverage results to codecov.io diff --git a/Gemfile.lock b/Gemfile.lock index 32bcb14c..4926de91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,17 +24,16 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.0.13) - i18n (~> 0.6, >= 0.6.9) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) connection_pool (2.3.0) cube-ruby (0.0.3) daemons (1.4.1) @@ -68,7 +67,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) json_pure (2.6.3) macaddr (1.7.2) @@ -77,8 +76,7 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) - minitest (4.7.5) - multi_json (1.15.0) + minitest (5.18.0) multipart-post (2.3.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) @@ -131,9 +129,9 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thread_safe (0.3.6) tilt (2.0.11) - tzinfo (0.3.61) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.2) @@ -150,7 +148,7 @@ DEPENDENCIES cube-ruby faraday (~> 1.9) goo! - minitest (< 5.0) + minitest (< 6.0) pry rack-accept rack-post-body-to-params