From 653046f8662f28ebec8d60f7cfe16f4d62a08231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 19:40:23 +0000 Subject: [PATCH] Bump activesupport from 5.1.5 to 5.2.4.3 Bumps [activesupport](https://github.com/rails/rails) from 5.1.5 to 5.2.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.5...v5.2.4.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 81bf66e..065a7f3 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "mini_magick" gem 'nokogiri' gem 'bcrypt-ruby', '3.1.5', :require => 'bcrypt' # gem 'yaml -gem 'activesupport', '~> 5.0', '>= 5.0.0.1' +gem 'activesupport', '~> 5.2' gem 'rack-ssl' gem 'gibbon', '3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8c19599..1a9da2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.1.5) + activesupport (5.2.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.5.2) @@ -21,7 +21,7 @@ GEM bcrypt (3.1.11) bcrypt-ruby (3.1.5) bcrypt (>= 3.1.3) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.6) css_parser (1.6.0) addressable daemons (1.2.6) @@ -41,7 +41,7 @@ GEM domain_name (~> 0.5) httparty (0.16.1) multi_xml (>= 0.5.2) - i18n (0.9.5) + i18n (1.8.2) concurrent-ruby (~> 1.0) jmespath (1.3.1) jwt (1.5.6) @@ -55,7 +55,7 @@ GEM mini_magick (4.8.0) mini_mime (1.0.0) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.1) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -155,7 +155,7 @@ GEM rack (>= 1, < 3) thor (0.20.0) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) unf (0.1.4) unf_ext @@ -166,7 +166,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 5.0, >= 5.0.0.1) + activesupport (~> 5.2) aws-sdk (~> 2) bcrypt-ruby (= 3.1.5) dotenv