From e7aab04fa4e784ca755cdc23e51be31566b4c1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 23:49:51 +0000 Subject: [PATCH] Bump activerecord from 5.2.4.1 to 5.2.8.1 in /crawler Bumps [activerecord](https://github.com/rails/rails) from 5.2.4.1 to 5.2.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.1...v5.2.8.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crawler/Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/crawler/Gemfile.lock b/crawler/Gemfile.lock index 5cb5dfa..3c031ea 100644 --- a/crawler/Gemfile.lock +++ b/crawler/Gemfile.lock @@ -1,30 +1,30 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.4.1) - activesupport (= 5.2.4.1) - activerecord (5.2.4.1) - activemodel (= 5.2.4.1) - activesupport (= 5.2.4.1) + 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) - activesupport (5.2.4.1) + 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) byebug (9.0.5) - concurrent-ruby (1.1.6) - i18n (1.8.2) + concurrent-ruby (1.1.10) + i18n (1.11.0) concurrent-ruby (~> 1.0) logger (1.4.2) mini_portile2 (2.4.0) - minitest (5.14.0) + minitest (5.15.0) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) sqlite3 (1.3.11) thread_safe (0.3.6) - tzinfo (1.2.6) + tzinfo (1.2.9) thread_safe (~> 0.1) PLATFORMS