From 990ab0114b0527b14c421efd57477592cc3645dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 02:10:55 +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/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/devise/compare/v3.5.6...v4.7.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 53 +++++++++++++++++++++++++++------------------------- 2 files changed, 29 insertions(+), 26 deletions(-) diff --git a/Gemfile b/Gemfile index 1b95286..dea9a2b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '4.2.5.1' gem 'mysql2', '~> 0.3.15' -gem 'devise', '~> 3.1' +gem 'devise', '~> 4.7' gem 'haml', '~> 4.0.4' gem 'sass', '~> 3' gem 'coderay', '~> 1.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index de445fa..3d12ced 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,10 +37,10 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) arel (6.0.3) - bcrypt (3.1.10) + bcrypt (3.1.13) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - builder (3.2.2) + builder (3.2.3) byebug (8.2.2) codeclimate-test-reporter (0.4.8) simplecov (>= 0.7.1, < 1.0.0) @@ -50,14 +50,14 @@ GEM execjs coffee-script-source (1.10.0) concurrent-ruby (1.0.0) + crass (1.0.4) database_cleaner (1.2.0) 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) diff-lcs (1.2.5) docile (1.1.5) @@ -91,7 +91,8 @@ GEM haml-coderay (0.2.0) coderay haml - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jquery-rails (4.1.0) rails-dom-testing (~> 1.0) railties (>= 4.2.0) @@ -100,19 +101,20 @@ GEM listen (3.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - loofah (2.0.3) + loofah (2.2.3) + crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.10) mail (2.6.3) mime-types (>= 1.16, < 3) method_source (0.8.2) mime-types (2.99) - mini_portile2 (2.0.0) - minitest (5.8.4) + mini_portile2 (2.4.0) + minitest (5.11.3) mysql2 (0.3.20) nenv (0.2.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) notiffany (0.0.8) nenv (~> 0.1) shellany (~> 0.0) @@ -122,7 +124,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (1.6.4) + rack (1.6.11) rack-test (0.6.3) rack (>= 1.0) rails (4.2.5.1) @@ -138,23 +140,24 @@ GEM sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.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.2.0) + loofah (~> 2.2, >= 2.2.2) railties (4.2.5.1) actionpack (= 4.2.5.1) activesupport (= 4.2.5.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.5.0) + rake (12.3.3) rb-fsevent (0.9.7) rb-inotify (0.9.5) ffi (>= 0.5.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) rspec (3.4.0) rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) @@ -192,12 +195,12 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.19.1) - thread_safe (0.3.5) + thor (0.20.3) + thread_safe (0.3.6) tilt (2.0.2) - tzinfo (1.2.2) + tzinfo (1.2.5) thread_safe (~> 0.1) - warden (1.2.6) + warden (1.2.7) rack (>= 1.0) web-console (2.3.0) activemodel (>= 4.0) @@ -214,7 +217,7 @@ DEPENDENCIES coderay (~> 1.1.0) coffee-script database_cleaner (~> 1.2.0) - devise (~> 3.1) + devise (~> 4.7) factory_girl_rails guard-rspec haml (~> 4.0.4)