From b3891391d3a2c406a9f36a700ecb767b15af8ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 04:05:05 +0000 Subject: [PATCH] Bump activerecord from 5.2.3 to 7.0.4.1 Bumps [activerecord](https://github.com/rails/rails) from 5.2.3 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v7.0.4.1) --- 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 58624cb..4c882ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,24 +9,22 @@ GIT GEM remote: https://rubygems.org/ specs: - activemodel (5.2.3) - activesupport (= 5.2.3) - activerecord (5.2.3) - activemodel (= 5.2.3) - activesupport (= 5.2.3) - arel (>= 9.0) - activesupport (5.2.3) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activerecord (7.0.4.1) + activemodel (= 7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) 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) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - arel (9.0.0) artii (2.1.2) coderay (1.1.2) colorize (0.8.1) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) equatable (0.6.1) @@ -39,13 +37,13 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.2) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - minitest (5.11.3) + minitest (5.17.0) mustermann (1.0.3) necromancer (0.5.0) netrc (0.11.0) @@ -73,7 +71,6 @@ GEM activerecord (>= 3.2) sinatra (>= 1.0) sqlite3 (1.4.1) - thread_safe (0.3.6) tilt (2.0.9) tty-color (0.5.0) tty-cursor (0.7.0) @@ -87,8 +84,8 @@ GEM tty-screen (~> 0.7) wisper (~> 2.0.0) tty-screen (0.7.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.6)