From 28c1c5250b40e31008f7a7ef90079492c9654e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 17:46:17 +0000 Subject: [PATCH] Bump devise from 3.5.6 to 4.7.1 Bumps [devise](https://github.com/plataformatec/devise) from 3.5.6 to 4.7.1. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/devise/compare/v3.5.6...v4.7.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7796399..b27b3b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,16 +30,20 @@ GEM activemodel (= 4.2.8) activesupport (= 4.2.8) arel (~> 6.0) + activerecord-mysql-awesome (0.0.9) + activerecord (~> 4.0) + activesupport (~> 4.0) + mysql2 (>= 0.3.18) activesupport (4.2.8) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) arel (6.0.4) - bcrypt (3.1.10) + bcrypt (3.1.13) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - builder (3.2.3) + builder (3.2.4) byebug (9.0.6) coderay (1.1.1) coffee-rails (4.1.1) @@ -50,14 +54,13 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.0.5) - crass (1.0.3) + crass (1.0.6) debug_inspector (0.0.2) - devise (3.5.6) + devise (4.7.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 3.2.6, < 5) + railties (>= 4.1.0) responders - thread_safe (~> 0.1) warden (~> 1.2.3) diffy (3.2.0) erubis (2.7.0) @@ -66,7 +69,8 @@ GEM activesupport (>= 4.2.0) gretel (3.0.9) rails (>= 3.1.0) - i18n (0.8.4) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jbuilder (2.6.3) activesupport (>= 3.0.0, < 5.2) multi_json (~> 1.2) @@ -78,7 +82,7 @@ GEM railties (>= 3.1.0) turbolinks json (1.8.6) - loofah (2.2.2) + loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.6.6) @@ -86,14 +90,14 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - minitest (5.10.2) + mini_portile2 (2.4.0) + minitest (5.14.0) multi_json (1.12.1) mysql2 (0.4.10) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) - rack (1.6.5) + rack (1.6.13) rack-test (0.6.3) rack (>= 1.0) rails (4.2.8) @@ -109,22 +113,23 @@ GEM sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.0) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (4.2.8) actionpack (= 4.2.8) activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.0.0) + rake (13.0.1) rdoc (4.3.0) redcarpet (2.3.0) - responders (2.1.1) - railties (>= 4.2.0, < 5.1) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) ridgepole (0.6.6) activerecord (>= 4.2, < 6) diffy @@ -156,17 +161,17 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.3.13) temple (0.8.0) - thor (0.19.4) + thor (1.0.1) thread_safe (0.3.6) tilt (2.0.7) turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.0.0) - tzinfo (1.2.3) + tzinfo (1.2.6) thread_safe (~> 0.1) uglifier (3.1.11) execjs (>= 0.3.0, < 3) - warden (1.2.6) + warden (1.2.7) rack (>= 1.0) web-console (2.3.0) activemodel (>= 4.0) @@ -178,6 +183,7 @@ PLATFORMS ruby DEPENDENCIES + activerecord-mysql-awesome byebug coderay coffee-rails (~> 4.1.0)