Bump devise from 4.8.0 to 4.8.1
Bumps [devise](https://github.com/heartcombo/devise) from 4.8.0 to 4.8.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.8.0...v4.8.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:
committed by
Javi Martín
parent
899b0db904
commit
1a37b7b905
2
Gemfile
2
Gemfile
@@ -17,7 +17,7 @@ gem "cocoon", "~> 1.2.15"
|
||||
gem "daemons", "~> 1.4.1"
|
||||
gem "dalli", "~> 2.7.11"
|
||||
gem "delayed_job_active_record", "~> 4.1.7"
|
||||
gem "devise", "~> 4.8.0"
|
||||
gem "devise", "~> 4.8.1"
|
||||
gem "devise-security", "~> 0.16.0"
|
||||
gem "file_validators", "~> 3.0.0"
|
||||
gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem
|
||||
|
||||
@@ -87,7 +87,7 @@ GEM
|
||||
babel-transpiler (0.7.0)
|
||||
babel-source (>= 4.0, < 6)
|
||||
execjs (~> 2.0)
|
||||
bcrypt (3.1.16)
|
||||
bcrypt (3.1.18)
|
||||
better_html (1.0.16)
|
||||
actionview (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
@@ -175,7 +175,7 @@ GEM
|
||||
activerecord (>= 3.0, < 8.0)
|
||||
delayed_job (>= 3.0, < 5)
|
||||
device_detector (1.0.5)
|
||||
devise (4.8.0)
|
||||
devise (4.8.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
@@ -735,7 +735,7 @@ DEPENDENCIES
|
||||
daemons (~> 1.4.1)
|
||||
dalli (~> 2.7.11)
|
||||
delayed_job_active_record (~> 4.1.7)
|
||||
devise (~> 4.8.0)
|
||||
devise (~> 4.8.1)
|
||||
devise-security (~> 0.16.0)
|
||||
email_spec (~> 2.2.0)
|
||||
erb_lint (~> 0.0.37)
|
||||
|
||||
Reference in New Issue
Block a user