From 7e7ed6c0066e0be84385309092787d1fa5635a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 14:42:27 +0000 Subject: [PATCH] Bump devise from 3.2.4 to 4.7.1 Bumps [devise](https://github.com/plataformatec/devise) from 3.2.4 to 4.7.1. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/devise/compare/v3.2.4...v4.7.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 ++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index ebdc524..46926c1 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "coffee-rails", "~> 4.0.0" gem "jquery-rails" # User authentication -gem "devise", "3.2.4" +gem "devise", "4.7.1" gem "omniauth-facebook" gem "kaminari" diff --git a/Gemfile.lock b/Gemfile.lock index 090dab9..1a3fafb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,8 +34,8 @@ GEM ransack (~> 1.2) arel (5.0.1.20140414130214) awesome_print (1.2.0) - bcrypt (3.1.7) - builder (3.2.2) + bcrypt (3.1.13) + builder (3.2.3) capybara (2.2.1) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -53,6 +53,7 @@ GEM execjs coffee-script-source (1.7.0) columnize (0.8.9) + concurrent-ruby (1.1.5) cucumber (1.3.14) builder (>= 2.1.2) diff-lcs (>= 1.1.3) @@ -72,11 +73,11 @@ GEM debugger-ruby_core_source (~> 1.3.5) debugger-linecache (1.2.0) debugger-ruby_core_source (1.3.5) - devise (3.2.4) + devise (4.7.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 3.2.6, < 5) - thread_safe (~> 0.1) + railties (>= 4.1.0) + responders warden (~> 1.2.3) diff-lcs (1.2.5) dynamic_form (1.1.4) @@ -98,11 +99,12 @@ GEM multi_json (~> 1.3) hashie (2.0.5) hike (1.2.3) - i18n (0.6.9) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jquery-rails (3.1.0) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.8.1) + json (1.8.6) jwt (0.1.11) multi_json (>= 1.5) kaminari (0.15.1) @@ -115,7 +117,7 @@ GEM treetop (~> 1.4.8) mime-types (1.25.1) mini_portile (0.5.3) - minitest (5.3.4) + minitest (5.12.2) multi_json (1.10.0) multi_test (0.1.1) multi_xml (0.5.5) @@ -143,8 +145,8 @@ GEM polyamorous (1.0.0) activerecord (>= 3.0) polyglot (0.3.4) - rack (1.5.2) - rack-test (0.6.2) + rack (1.5.5) + rack-test (0.6.3) rack (>= 1.0) rails (4.1.1) actionmailer (= 4.1.1) @@ -161,13 +163,15 @@ GEM activesupport (= 4.1.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.3.2) + rake (13.0.0) ransack (1.2.3) actionpack (>= 3.0) activerecord (>= 3.0) activesupport (>= 3.0) i18n polyamorous (~> 1.0.0) + responders (1.1.2) + railties (>= 3.2, < 4.2) rspec-core (2.14.8) rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) @@ -205,18 +209,18 @@ GEM daemons (>= 1.0.9) eventmachine (>= 1.0.0) rack (>= 1.0.0) - thor (0.19.1) - thread_safe (0.3.3) + thor (0.20.3) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (1.1.0) + tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (2.5.0) execjs (>= 0.3.0) json (>= 1.8.0) - warden (1.2.3) + warden (1.2.7) rack (>= 1.0) websocket (1.0.7) xpath (2.0.0) @@ -234,7 +238,7 @@ DEPENDENCIES cucumber-rails database_cleaner debugger - devise (= 3.2.4) + devise (= 4.7.1) dynamic_form email_spec factory_girl_rails