From f186588e008669e2fb81468b1611ff77c3fd0985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 04:50:55 +0000 Subject: [PATCH] Bump activerecord from 6.0.2.1 to 6.0.3.5 in /backend Bumps [activerecord](https://github.com/rails/rails) from 6.0.2.1 to 6.0.3.5. - [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.2.1...v6.0.3.5) Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 231419a..72df4b4 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -22,7 +22,7 @@ gem "activerecord-import", "~> 1.0", ">= 1.0.4" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.2", require: false -gem "activerecord", "~> 6.0", ">= 6.0.2.1" +gem "activerecord", "~> 6.0" gem "rake", "~> 13.0", ">= 13.0.1" group :development, :test do diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 4d4430f..30cd108 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -1,24 +1,24 @@ GEM remote: https://rubygems.org/ specs: - activemodel (6.0.2.1) - activesupport (= 6.0.2.1) - activerecord (6.0.2.1) - activemodel (= 6.0.2.1) - activesupport (= 6.0.2.1) + activemodel (6.0.3.5) + activesupport (= 6.0.3.5) + activerecord (6.0.3.5) + activemodel (= 6.0.3.5) + activesupport (= 6.0.3.5) activerecord-import (1.0.4) activerecord (>= 3.2) - activesupport (6.0.2.1) + activesupport (6.0.3.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 2.2) + zeitwerk (~> 2.2, >= 2.2.2) ast (2.4.0) bootsnap (1.4.6) msgpack (~> 1.0) byebug (11.1.1) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) diff-lcs (1.3) google-protobuf (3.11.4) googleapis-common-protos-types (1.0.4) @@ -27,10 +27,10 @@ GEM google-protobuf (~> 3.11) googleapis-common-protos-types (~> 1.0) grpc-tools (1.27.0) - i18n (1.8.2) + i18n (1.8.9) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) - minitest (5.14.0) + minitest (5.14.4) msgpack (1.3.3) nio4r (2.5.2) parallel (1.19.1) @@ -67,16 +67,16 @@ GEM rubocop (>= 0.71.0) ruby-progressbar (1.10.1) thread_safe (0.3.6) - tzinfo (1.2.6) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.6.1) - zeitwerk (2.3.0) + zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES - activerecord (~> 6.0, >= 6.0.2.1) + activerecord (~> 6.0) activerecord-import (~> 1.0, >= 1.0.4) bootsnap (>= 1.4.2) byebug