From 9b662ec68eb9f00b76eafb4356a406ae724b6514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:26:52 +0000 Subject: [PATCH] Bump activerecord from 6.0.3.1 to 7.0.4.2 Bumps [activerecord](https://github.com/rails/rails) from 6.0.3.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/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.1...v7.0.4.2) --- updated-dependencies: - dependency-name: activerecord dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d0b2a99..ec81f5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,16 @@ GEM remote: https://rubygems.org/ specs: - activemodel (6.0.3.1) - activesupport (= 6.0.3.1) - activerecord (6.0.3.1) - activemodel (= 6.0.3.1) - activesupport (= 6.0.3.1) - activesupport (6.0.3.1) + activemodel (7.0.4.2) + activesupport (= 7.0.4.2) + activerecord (7.0.4.2) + activemodel (= 7.0.4.2) + activesupport (= 7.0.4.2) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) airbrussh (1.4.0) @@ -36,7 +35,7 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) chronic (0.10.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.0) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -57,7 +56,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.8.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.3.0) @@ -66,7 +65,7 @@ GEM mime-types-data (3.2019.1009) mini_mime (1.0.2) mini_portile2 (2.8.0) - minitest (5.14.1) + minitest (5.17.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) mysql2 (0.5.3) @@ -145,12 +144,11 @@ GEM term-ansicolor (1.7.1) tins (~> 1.0) thor (1.0.1) - thread_safe (0.3.6) tilt (2.0.10) tins (1.24.1) sync - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7) @@ -163,7 +161,6 @@ GEM chronic (>= 0.6.3) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) PLATFORMS ruby