mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Merge pull request #152 from projekteuler/dependabot/bundler/devise-4.7.3
Bump devise from 4.7.2 to 4.7.3
This commit is contained in:
commit
b2f8ac9d2e
2
Gemfile
2
Gemfile
@ -50,7 +50,7 @@ gem 'diff-lcs'
|
|||||||
gem 'will_paginate', '~> 3.3.0'
|
gem 'will_paginate', '~> 3.3.0'
|
||||||
gem 'will_paginate-bootstrap4', '~> 0.2.2'
|
gem 'will_paginate-bootstrap4', '~> 0.2.2'
|
||||||
|
|
||||||
gem 'devise', '~> 4.7.2'
|
gem 'devise', '~> 4.7.3'
|
||||||
gem 'omniauth'
|
gem 'omniauth'
|
||||||
gem 'omniauth-github'
|
gem 'omniauth-github'
|
||||||
|
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@ -60,7 +60,7 @@ GEM
|
|||||||
public_suffix (>= 2.0.2, < 5.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
autoprefixer-rails (9.8.6.1)
|
autoprefixer-rails (9.8.6.1)
|
||||||
execjs
|
execjs
|
||||||
bcrypt (3.1.13)
|
bcrypt (3.1.16)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootsnap (1.4.8)
|
bootsnap (1.4.8)
|
||||||
msgpack (~> 1.0)
|
msgpack (~> 1.0)
|
||||||
@ -85,7 +85,7 @@ GEM
|
|||||||
crack (0.4.3)
|
crack (0.4.3)
|
||||||
safe_yaml (~> 1.0.0)
|
safe_yaml (~> 1.0.0)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
devise (4.7.2)
|
devise (4.7.3)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
@ -226,8 +226,8 @@ GEM
|
|||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
warden (1.2.8)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.6)
|
rack (>= 2.0.9)
|
||||||
web-console (4.0.4)
|
web-console (4.0.4)
|
||||||
actionview (>= 6.0.0)
|
actionview (>= 6.0.0)
|
||||||
activemodel (>= 6.0.0)
|
activemodel (>= 6.0.0)
|
||||||
@ -254,7 +254,7 @@ DEPENDENCIES
|
|||||||
bootstrap_form (~> 4.5)
|
bootstrap_form (~> 4.5)
|
||||||
codacy-coverage
|
codacy-coverage
|
||||||
coffee-rails (~> 5.0.0)
|
coffee-rails (~> 5.0.0)
|
||||||
devise (~> 4.7.2)
|
devise (~> 4.7.3)
|
||||||
diff-lcs
|
diff-lcs
|
||||||
diffy
|
diffy
|
||||||
font-awesome-sass (~> 5.13.0)
|
font-awesome-sass (~> 5.13.0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user