From 503c52128d2e3bbda13810e5e5dd2879bbe69146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:40:46 +0000 Subject: [PATCH] Bump activerecord from 3.0.10 to 3.2.22.1 Bumps [activerecord](https://github.com/rails/rails) from 3.0.10 to 3.2.22.1. - [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/v3.0.10...v3.2.22.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b798890..4b99e00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,20 +7,24 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.0.10) - activesupport (= 3.0.10) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activerecord (3.0.10) - activemodel (= 3.0.10) - activesupport (= 3.0.10) - arel (~> 2.0.10) - tzinfo (~> 0.3.23) - activesupport (3.0.10) - arel (2.0.10) - builder (2.1.2) + activemodel (3.2.22.1) + activesupport (= 3.2.22.1) + builder (~> 3.0.0) + activerecord (3.2.22.1) + activemodel (= 3.2.22.1) + activesupport (= 3.2.22.1) + arel (~> 3.0.2) + tzinfo (~> 0.3.29) + activesupport (3.2.22.1) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) + arel (3.0.3) + builder (3.0.4) + concurrent-ruby (1.1.5) diff-lcs (1.1.2) - i18n (0.5.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + multi_json (1.14.0) rspec (2.6.0) rspec-core (~> 2.6.0) rspec-expectations (~> 2.6.0) @@ -30,7 +34,7 @@ GEM diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) sqlite3 (1.3.4) - tzinfo (0.3.29) + tzinfo (0.3.55) PLATFORMS ruby