From 100ea92184f1b36042a431db991af65a98d9b874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:39:41 +0000 Subject: [PATCH] Bump devise from 2.2.3 to 3.5.10 Bumps [devise](https://github.com/heartcombo/devise) from 2.2.3 to 3.5.10. - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/devise/compare/v2.2.3...v3.5.10) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1753cc9..fc54cac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,8 +33,7 @@ GEM json (~> 1.4) nokogiri (>= 1.4.4) uuidtools (~> 2.1) - bcrypt-ruby (3.0.1) - bcrypt-ruby (3.0.1-x86-mingw32) + bcrypt (3.1.18) bootstrap-sass (2.3.0.1) sass (~> 3.2) bootstrap-will_paginate (0.0.9) @@ -51,12 +50,14 @@ GEM coffee-script-source execjs coffee-script-source (1.6.1) - concurrent-ruby (1.1.5) - devise (2.2.3) - bcrypt-ruby (~> 3.0) + concurrent-ruby (1.2.0) + devise (3.5.10) + bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (~> 3.1) - warden (~> 1.2.1) + railties (>= 3.2.6, < 5) + responders + thread_safe (~> 0.1) + warden (~> 1.2.3) erubis (2.7.0) execjs (1.4.0) multi_json (~> 1.0) @@ -75,15 +76,15 @@ GEM mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) - multi_json (1.14.1) mini_portile2 (2.5.1) + multi_json (1.15.0) newrelic_rpm (3.7.2.195) nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) nokogiri (1.11.4-x86-mingw32) racc (~> 1.4) - orm_adapter (0.4.0) + orm_adapter (0.5.0) paperclip (3.4.1) activemodel (>= 3.0.0) activerecord (>= 3.0.0) @@ -93,10 +94,11 @@ GEM pg (0.14.1) pg (0.14.1-x86-mingw32) polyglot (0.3.5) - rack (1.4.7) - rack-cache (1.11.0) racc (1.5.2) rack (>= 0.4) + rack (1.4.7) + rack-cache (1.13.0) + rack (>= 0.4) rack-ssl (1.3.4) rack rack-test (0.6.3) @@ -116,9 +118,11 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (13.0.1) + rake (13.0.6) rdoc (3.12.2) json (~> 1.4) + responders (1.1.2) + railties (>= 3.2, < 4.2) sass (3.2.6) sass-rails (3.2.6) railties (~> 3.2.0) @@ -134,7 +138,8 @@ GEM tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.7) sqlite3 (1.3.7-x86-mingw32) - thor (1.0.1) + thor (1.2.1) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.15) polyglot @@ -144,7 +149,7 @@ GEM execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) uuidtools (2.1.3) - warden (1.2.1) + warden (1.2.7) rack (>= 1.0) will_paginate (3.0.4)