From f370de46b14ab34d508396912d7be4e98561162d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 09:09:25 +0000 Subject: [PATCH] Bump devise from 4.2.0 to 4.7.1 Bumps [devise](https://github.com/plataformatec/devise) from 4.2.0 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/v4.2.0...v4.7.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 44 +++++++++++++++++++++++--------------------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 60f310e..5671f88 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'bootstrap-datepicker-rails', '1.6.4.1' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '2.6.1' -gem 'devise', '4.2.0' +gem 'devise', '4.7.1' group :doc do # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4636936..27037f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,13 +43,13 @@ GEM arel (7.1.4) autoprefixer-rails (6.7.2) execjs - bcrypt (3.1.11) + bcrypt (3.1.13) bootstrap-datepicker-rails (1.6.4.1) railties (>= 3.0) bootstrap-sass (3.3.7) autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) - builder (3.2.3) + builder (3.2.4) capybara (2.11.0) addressable mime-types (>= 1.16) @@ -57,12 +57,12 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - concurrent-ruby (1.0.4) + concurrent-ruby (1.1.6) crass (1.0.6) - devise (4.2.0) + devise (4.7.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0, < 5.1) + railties (>= 4.1.0) responders warden (~> 1.2.3) diff-lcs (1.3) @@ -75,7 +75,8 @@ GEM railties (>= 3.0.0) globalid (0.3.7) activesupport (>= 4.1.0) - i18n (0.8.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jbuilder (2.6.1) activesupport (>= 3.0.0, < 5.1) multi_json (~> 1.2) @@ -84,20 +85,20 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) - loofah (2.4.0) + loofah (2.6.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.6.4) mime-types (>= 1.16, < 4) - method_source (0.8.2) + method_source (1.0.0) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.4.0) - minitest (5.10.1) + minitest (5.14.1) multi_json (1.12.1) nio4r (1.2.1) - nokogiri (1.10.8) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (0.19.0) @@ -121,9 +122,9 @@ GEM actionpack (~> 5.x) actionview (~> 5.x) activesupport (~> 5.x) - rails-dom-testing (2.0.2) - activesupport (>= 4.2.0, < 6.0) - nokogiri (~> 1.6) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) rails_12factor (0.0.3) @@ -139,8 +140,9 @@ GEM thor (>= 0.18.1, < 2.0) rake (13.0.1) rdoc (4.3.0) - responders (2.3.0) - railties (>= 4.2.0, < 5.1) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) @@ -186,15 +188,15 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.3.13) temple (0.7.7) - thor (0.19.4) - thread_safe (0.3.5) + thor (1.0.1) + thread_safe (0.3.6) tilt (2.0.6) - tzinfo (1.2.2) + tzinfo (1.2.7) thread_safe (~> 0.1) uglifier (3.0.4) execjs (>= 0.3.0, < 3) - warden (1.2.7) - rack (>= 1.0) + warden (1.2.8) + rack (>= 2.0.6) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -208,7 +210,7 @@ DEPENDENCIES bootstrap-datepicker-rails (= 1.6.4.1) bootstrap-sass (= 3.3.7) capybara (= 2.11.0) - devise (= 4.2.0) + devise (= 4.7.1) factory_girl_rails (= 4.8.0) jbuilder (= 2.6.1) jquery-rails (= 4.2.2)