Bump devise from 4.9.2 to 4.9.3

Bumps [devise](https://github.com/heartcombo/devise) from 4.9.2 to 4.9.3.
- [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/v4.9.2...v4.9.3)

---
updated-dependencies:
- dependency-name: devise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-19 02:37:44 +00:00
committed by Javi Martín
parent 8ae6b6daef
commit 965283d81d
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ gem "cocoon", "~> 1.2.15"
gem "daemons", "~> 1.4.1"
gem "dalli", "~> 3.2.6"
gem "delayed_job_active_record", "~> 4.1.7"
gem "devise", "~> 4.9.2"
gem "devise", "~> 4.9.3"
gem "devise-security", "~> 0.18.0"
gem "exiftool_vendored", "~> 12.60.0"
gem "file_validators", "~> 3.0.0"

View File

@@ -98,7 +98,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.1.1)
bcrypt (3.1.19)
bcrypt (3.1.20)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
@@ -184,7 +184,7 @@ GEM
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
device_detector (1.1.1)
devise (4.9.2)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
@@ -272,7 +272,7 @@ GEM
httpi (2.5.0)
rack
socksify
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.37)
activesupport (>= 4.0.2)
@@ -348,7 +348,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
minitest (5.22.3)
mixlib-cli (2.1.8)
mixlib-config (3.0.27)
tomlrb
@@ -369,7 +369,7 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.7.0)
nokogiri (1.16.2)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.6.0)
@@ -714,7 +714,7 @@ DEPENDENCIES
daemons (~> 1.4.1)
dalli (~> 3.2.6)
delayed_job_active_record (~> 4.1.7)
devise (~> 4.9.2)
devise (~> 4.9.3)
devise-security (~> 0.18.0)
email_spec (~> 2.2.2)
erb_lint (~> 0.5.0)