Bump devise from 4.7.3 to 4.8.0

Bumps [devise](https://github.com/plataformatec/devise) from 4.7.3 to 4.8.0.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v4.7.3...v4.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-12 22:00:41 +00:00
committed by Javi Martín
parent f3626f58a5
commit d7afb9d8fe
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ gem "cocoon", "~> 1.2.15"
gem "daemons", "~> 1.3.1"
gem "dalli", "~> 2.7.10"
gem "delayed_job_active_record", "~> 4.1.6"
gem "devise", "~> 4.7.3"
gem "devise", "~> 4.8.0"
gem "devise-async", "~> 1.0.0"
gem "devise-security", "~> 0.11.1"
gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem

View File

@@ -172,7 +172,7 @@ GEM
delayed_job_active_record (4.1.6)
activerecord (>= 3.0, < 6.2)
delayed_job (>= 3.0, < 5)
devise (4.7.3)
devise (4.8.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
@@ -728,7 +728,7 @@ DEPENDENCIES
dalli (~> 2.7.10)
database_cleaner (~> 2.0.1)
delayed_job_active_record (~> 4.1.6)
devise (~> 4.7.3)
devise (~> 4.8.0)
devise-async (~> 1.0.0)
devise-security (~> 0.11.1)
email_spec (~> 2.2.0)

View File

@@ -27,7 +27,7 @@
<%- if devise_mapping.omniauthable? && devise_mapping.name == "user" %>
<%- resource_class.omniauth_providers.each do |provider| %>
<%= link_to t("devise_views.shared.links.signin_with_provider", provider: provider.to_s.titleize), omniauth_authorize_path(resource_name, provider) %><br>
<%= link_to t("devise_views.shared.links.signin_with_provider", provider: provider.to_s.titleize), omniauth_authorize_path(resource_name, provider), method: :post %><br>
<% end -%>
<% end -%>