1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Bump devise from 4.8.1 to 4.9.2

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

---
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] 2023-05-01 17:06:20 +00:00 committed by GitHub
parent 588307ccc0
commit 34822173cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -50,7 +50,7 @@ gem 'diff-lcs'
gem 'will_paginate', '~> 3.3.1'
gem 'will_paginate-bootstrap4', '~> 0.2.2'
gem 'devise', '~> 4.8.0'
gem 'devise', '~> 4.9.2'
gem 'omniauth'
gem 'omniauth-rails_csrf_protection'
gem 'omniauth-github'

View File

@ -70,7 +70,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
bcrypt (3.1.16)
bcrypt (3.1.18)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
@ -94,7 +94,7 @@ GEM
rexml
crass (1.0.6)
date (3.3.3)
devise (4.8.1)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
@ -249,9 +249,9 @@ GEM
ffi (~> 1.0)
rdoc (6.5.0)
psych (>= 4.0.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
ruby2_keywords (0.0.5)
sassc (2.4.0)
@ -311,7 +311,7 @@ DEPENDENCIES
bootstrap (~> 5.2.3)
bootstrap_form (~> 5.1)
coffee-rails (~> 5.0.0)
devise (~> 4.8.0)
devise (~> 4.9.2)
diff-lcs
diffy
font-awesome-sass (~> 6.4.0)