From dc7fb616766fef1e6112c248f79cb748a359903a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2020 17:05:58 +0000 Subject: [PATCH] Bump activesupport from 5.0.2 to 5.2.4.3 Bumps [activesupport](https://github.com/rails/rails) from 5.0.2 to 5.2.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.2...v5.2.4.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 39550ea..4570b50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,26 +6,26 @@ PATH carrierwave (~> 1.0.0) GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: - activemodel (5.0.2) - activesupport (= 5.0.2) - activerecord (5.0.2) - activemodel (= 5.0.2) - activesupport (= 5.0.2) - arel (~> 7.0) - activesupport (5.0.2) + activemodel (5.2.4.3) + activesupport (= 5.2.4.3) + activerecord (5.2.4.3) + activemodel (= 5.2.4.3) + activesupport (= 5.2.4.3) + arel (>= 9.0) + 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) - arel (7.1.4) + arel (9.0.0) carrierwave (1.0.0) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) coderay (1.1.1) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.6) diff-lcs (1.1.3) docile (1.1.5) ffi (1.9.18) @@ -42,7 +42,8 @@ GEM guard-rspec (2.5.4) guard (>= 1.1) rspec (~> 2.11) - i18n (0.8.1) + i18n (1.8.3) + concurrent-ruby (~> 1.0) json (2.0.3) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -50,10 +51,10 @@ GEM ruby_dep (~> 1.2) lumberjack (1.0.11) method_source (0.8.2) - mime-types (3.1) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - minitest (5.10.1) + mime-types-data (3.2020.0512) + minitest (5.14.1) nenv (0.3.0) notiffany (0.1.1) nenv (~> 0.1) @@ -86,7 +87,7 @@ GEM sqlite3 (1.3.13) thor (0.19.4) thread_safe (0.3.6) - tzinfo (1.2.3) + tzinfo (1.2.7) thread_safe (~> 0.1) PLATFORMS