From 53573a56e776c2b8e6483b9cdab987bf2ecaf074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 04:09:39 +0000 Subject: [PATCH] Bump activerecord from 6.0.0 to 6.1.3 in /persistence Bumps [activerecord](https://github.com/rails/rails) from 6.0.0 to 6.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v6.1.3) Signed-off-by: dependabot[bot] --- persistence/Gemfile.lock | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/persistence/Gemfile.lock b/persistence/Gemfile.lock index 07db8978..239c4ce2 100644 --- a/persistence/Gemfile.lock +++ b/persistence/Gemfile.lock @@ -26,19 +26,19 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.0.0) - activesupport (= 6.0.0) - activerecord (6.0.0) - activemodel (= 6.0.0) - activesupport (= 6.0.0) - activesupport (6.0.0) + activemodel (6.1.3) + activesupport (= 6.1.3) + activerecord (6.1.3) + activemodel (= 6.1.3) + activesupport (= 6.1.3) + activesupport (6.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) diff-lcs (1.3) dotenv (2.7.5) dry-configurable (0.8.3) @@ -67,11 +67,11 @@ GEM dry-equalizer (~> 0.2, >= 0.2.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - i18n (1.7.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) ice_nine (0.11.2) method_source (0.9.2) - minitest (5.12.2) + minitest (5.14.4) pg (1.1.4) pry (0.12.2) coderay (~> 1.1.0) @@ -90,10 +90,9 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) - zeitwerk (2.2.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby