From b30ff3b3bce6051d422920b47f9492c7199b2dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 07:21:58 +0000 Subject: [PATCH] Bump activerecord from 5.2.6 to 5.2.8.1 in /app Bumps [activerecord](https://github.com/rails/rails) from 5.2.6 to 5.2.8.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.6...v5.2.8.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/Gemfile.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 5d5dd93..87b73e8 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -1,38 +1,41 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.6) - activesupport (= 5.2.6) - activerecord (5.2.6) - activemodel (= 5.2.6) - activesupport (= 5.2.6) + activemodel (5.2.8.1) + activesupport (= 5.2.8.1) + activerecord (5.2.8.1) + activemodel (= 5.2.8.1) + activesupport (= 5.2.8.1) arel (>= 9.0) activerecord-deprecated_finders (1.0.4) activerecord-jdbc-adapter (52.7-java) activerecord (~> 5.2.0) activerecord-time (0.16.0) activerecord (>= 5.1, < 6.1) - activesupport (5.2.6) + activesupport (5.2.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) arel (9.0.0) + concurrent-ruby (1.0.5) concurrent-ruby (1.0.5-java) - i18n (1.8.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.14.4) + minitest (5.17.0) paranoia (2.4.3) activerecord (>= 4.0, < 6.2) rails-observers (0.1.5) activemodel (>= 4.0) sqldroid (1.0.1-java) + thread_safe (0.3.6) thread_safe (0.3.6-java) - tzinfo (1.2.9) + tzinfo (1.2.10) thread_safe (~> 0.1) PLATFORMS java + x86_64-linux DEPENDENCIES activerecord (~> 5.2)