From 50af8081afbe6eacf51740eff29ac33a62e4bdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:51:52 +0000 Subject: [PATCH] Bump activerecord from 4.0.3 to 6.0.0 Bumps [activerecord](https://github.com/rails/rails) from 4.0.3 to 6.0.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.0/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.3...v6.0.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cdfd2a3..03f799f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,33 +8,28 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (4.0.3) - activesupport (= 4.0.3) - builder (~> 3.1.0) - activerecord (4.0.3) - activemodel (= 4.0.3) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.3) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.4) - activesupport (4.0.3) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) + activemodel (6.0.0) + activesupport (= 6.0.0) + activerecord (6.0.0) + activemodel (= 6.0.0) + activesupport (= 6.0.0) + activesupport (6.0.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.1, >= 2.1.8) appraisal (0.4.1) bundler rake - arel (4.0.2) - builder (3.1.4) + concurrent-ruby (1.1.5) diff-lcs (1.2.4) factory_girl (1.3.3) faker (0.9.5) i18n (~> 0.4) - i18n (0.6.5) - minitest (4.7.5) - multi_json (1.13.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + minitest (5.12.2) rake (10.1.0) rspec (2.14.1) rspec-core (~> 2.14.0) @@ -46,7 +41,9 @@ GEM rspec-mocks (2.14.3) sqlite3 (1.3.13) thread_safe (0.3.6) - tzinfo (0.3.54) + tzinfo (1.2.5) + thread_safe (~> 0.1) + zeitwerk (2.2.0) PLATFORMS ruby