mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:19:52 +01:00
Bump devise from 4.9.0 to 4.9.1
Bumps [devise](https://github.com/heartcombo/devise) from 4.9.0 to 4.9.1. - [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.0...v4.9.1) --- 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:
parent
7e7d8c7bb6
commit
fe2ac28fc9
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -24,7 +24,7 @@ gem "bootstrap_form", "~> 5.0"
|
|||
gem "carrierwave", "~> 2.0"
|
||||
gem "carrierwave_backgrounder", git: "https://github.com/raccube/carrierwave_backgrounder.git"
|
||||
gem "colorize"
|
||||
gem "devise", "~> 4.0"
|
||||
gem "devise", "~> 4.9"
|
||||
gem "devise-async"
|
||||
gem "devise-i18n"
|
||||
gem "fog-aws"
|
||||
|
|
|
@ -117,7 +117,7 @@ GEM
|
|||
database_cleaner-core (2.0.1)
|
||||
date (3.3.3)
|
||||
debug_inspector (1.1.0)
|
||||
devise (4.9.0)
|
||||
devise (4.9.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
|
@ -232,7 +232,7 @@ GEM
|
|||
activesupport (>= 4)
|
||||
railties (>= 4)
|
||||
request_store (~> 1.0)
|
||||
loofah (2.19.1)
|
||||
loofah (2.20.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.7.1)
|
||||
|
@ -493,7 +493,7 @@ DEPENDENCIES
|
|||
connection_pool
|
||||
cssbundling-rails (~> 1.1)
|
||||
database_cleaner
|
||||
devise (~> 4.0)
|
||||
devise (~> 4.9)
|
||||
devise-async
|
||||
devise-i18n
|
||||
dry-initializer (~> 3.1)
|
||||
|
|
Loading…
Reference in a new issue