From 58f145dfd40317087b696949402e004e001d4fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 14:19:23 +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 | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 744a662..7d9366d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,7 +32,7 @@ GEM arel (3.0.2) autotest (4.4.6) ZenTest (>= 4.4.1) - bcrypt-ruby (3.0.1) + bcrypt (3.1.18) builder (3.0.4) capistrano (2.14.2) highline @@ -47,22 +47,26 @@ GEM coffee-script-source execjs coffee-script-source (1.5.0) - devise (2.2.3) - bcrypt-ruby (~> 3.0) + concurrent-ruby (1.1.9) + 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) highline (1.6.15) - hike (1.2.1) - i18n (0.6.4) + hike (1.2.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) journey (1.0.4) jquery-rails (2.2.1) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.7.7) + json (1.8.6) kgio (2.8.0) mail (2.4.4) i18n (>= 0.4.0) @@ -74,7 +78,7 @@ GEM minitest (~> 4.0) rails (>= 3.0) minitest-rg (1.1.0) - multi_json (1.6.1) + multi_json (1.15.0) net-scp (1.1.0) net-ssh (>= 2.6.5) net-sftp (2.1.1) @@ -82,15 +86,15 @@ GEM net-ssh (2.6.5) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) - orm_adapter (0.4.0) + orm_adapter (0.5.0) pg (0.14.1) polyglot (0.3.3) - rack (1.4.5) - rack-cache (1.2) + rack (1.4.7) + rack-cache (1.7.1) rack (>= 0.4) - rack-ssl (1.3.3) + rack-ssl (1.3.4) rack - rack-test (0.6.2) + rack-test (0.6.3) rack (>= 1.0) rails (3.2.12) actionmailer (= 3.2.12) @@ -108,21 +112,24 @@ GEM rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) raindrops (0.10.0) - rake (10.0.3) + rake (12.2.1) 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) sass (>= 3.1.10) tilt (~> 1.3) - sprockets (2.2.2) + sprockets (2.2.3) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - thor (0.17.0) - tilt (1.3.4) + thor (0.20.3) + thread_safe (0.3.6) + tilt (1.4.1) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -134,7 +141,7 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) - warden (1.2.1) + warden (1.2.7) rack (>= 1.0) PLATFORMS