From 1da2109085cce69dac9a978524c68fe3cbaa3025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 04:12:49 +0000 Subject: [PATCH] Bump activerecord from 5.2.0 to 6.1.3 Bumps [activerecord](https://github.com/rails/rails) from 5.2.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/v5.2.0...v6.1.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 16f93c8..ef174e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,25 +6,24 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.2.0) - activesupport (= 5.2.0) - activerecord (5.2.0) - activemodel (= 5.2.0) - activesupport (= 5.2.0) - arel (>= 9.0) - activesupport (5.2.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) - arel (9.0.0) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) coderay (1.1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.8) diff-lcs (1.2.5) - i18n (1.0.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) method_source (0.9.0) - minitest (5.11.3) + minitest (5.14.4) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -42,9 +41,9 @@ GEM rspec-support (~> 3.0.0) rspec-support (3.0.0) sqlite3 (1.3.13) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby