From 1223c20102ad3bac33ebaf448a42347f5811b720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 23:53:23 +0000 Subject: [PATCH] Bump devise from 4.6.2 to 4.7.1 Bumps [devise](https://github.com/plataformatec/devise) from 4.6.2 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/v4.6.2...v4.7.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 83ae81b..7e08984 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'devise', '~> 4.6.0' +gem 'devise', '~> 4.7.1' gem 'active_model_serializers', '~> 0.10.0' gem 'ransack' gem 'rails-i18n', '~> 5.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 764ada1..1b460b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,16 +56,16 @@ GEM case_transform (0.2) activesupport concurrent-ruby (1.1.5) - crass (1.0.4) + crass (1.0.5) database_cleaner (1.7.0) - devise (4.6.2) + devise (4.7.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0, < 6.0) + railties (>= 4.1.0) responders warden (~> 1.2.3) diff-lcs (1.3) - erubi (1.8.0) + erubi (1.9.0) factory_bot (5.0.2) activesupport (>= 4.2.0) factory_bot_rails (5.0.2) @@ -83,7 +83,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.2.3) + loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -94,11 +94,11 @@ GEM mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.13.0) msgpack (1.3.0) mysql2 (0.5.2) nio4r (2.4.0) - nokogiri (1.10.3) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (0.21.0) @@ -122,8 +122,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) rails-i18n (5.0.4) i18n (~> 0.7) railties (~> 5.0) @@ -133,7 +133,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (12.3.2) + rake (13.0.0) ransack (2.1.1) actionpack (>= 5.0) activerecord (>= 5.0) @@ -196,7 +196,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug database_cleaner - devise (~> 4.6.0) + devise (~> 4.7.1) factory_bot_rails faker listen (>= 3.0.5, < 3.2)