From 1ba5f22c9b8f6ca3d719d6bec0b9752032f9bdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 01:44:16 +0000 Subject: [PATCH] Bump activeresource from 3.2.13 to 5.1.1 Bumps [activeresource](http://www.rubyonrails.org) from 3.2.13 to 5.1.1. Signed-off-by: dependabot[bot] --- Gemfile.lock | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 95e886a..0e1cf4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,35 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (3.2.13) - activesupport (= 3.2.13) - builder (~> 3.0.0) - activerecord (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.13) - activemodel (= 3.2.13) - activesupport (= 3.2.13) - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) - arel (3.0.2) - builder (3.0.4) - i18n (0.6.1) - multi_json (1.7.3) + activemodel (6.0.3.1) + activesupport (= 6.0.3.1) + activemodel-serializers-xml (1.0.2) + activemodel (> 5.x) + activesupport (> 5.x) + builder (~> 3.1) + activerecord (6.0.3.1) + activemodel (= 6.0.3.1) + activesupport (= 6.0.3.1) + activeresource (5.1.1) + activemodel (>= 5.0, < 7) + activemodel-serializers-xml (~> 1.0) + activesupport (>= 5.0, < 7) + activesupport (6.0.3.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) + builder (3.2.4) + concurrent-ruby (1.1.6) + i18n (1.8.2) + concurrent-ruby (~> 1.0) + minitest (5.14.1) rake (10.0.4) - tzinfo (0.3.37) + thread_safe (0.3.6) + tzinfo (1.2.7) + thread_safe (~> 0.1) + zeitwerk (2.3.0) PLATFORMS ruby