Skip to content

Commit

Permalink
Bump devise from 4.5.0 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [devise](https://github.com/plataformatec/devise) from 4.5.0 to 4.7.1.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.5.0...v4.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 19, 2023
1 parent 505fec8 commit b24d2e8
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
ast (2.4.0)
autoprefixer-rails (9.4.2)
execjs
bcrypt (3.1.12)
bcrypt (3.1.18)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
Expand All @@ -85,7 +85,7 @@ GEM
bootsy (2.4.0)
carrierwave (~> 1.0)
mini_magick (~> 4.6)
builder (3.2.3)
builder (3.2.4)
capistrano (3.11.0)
airbrussh (>= 1.0.0)
i18n
Expand All @@ -112,15 +112,15 @@ GEM
concurrent-ruby (1.1.10)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
devise (4.5.0)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.3)
erubi (1.7.1)
erubi (1.12.0)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (4.11.1)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.2.3)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -196,16 +196,17 @@ GEM
mime-types-data (3.2018.0812)
mini_magick (4.9.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.6.1)
minitest (5.15.0)
multi_json (1.13.1)
multi_xml (0.6.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (5.0.2)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.12.1)
parser (2.5.3.0)
Expand All @@ -218,9 +219,10 @@ GEM
pry-rails (0.3.8)
pry (>= 0.10.4)
public_suffix (3.0.3)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racc (1.6.2)
rack (2.2.6.2)
rack-test (2.0.2)
rack (>= 1.3)
rails (5.1.6.1)
actioncable (= 5.1.6.1)
actionmailer (= 5.1.6.1)
Expand All @@ -236,8 +238,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand All @@ -250,7 +252,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (13.0.6)
ransack (2.1.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand All @@ -261,9 +263,9 @@ GEM
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
require_all (1.5.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
Expand Down Expand Up @@ -337,8 +339,8 @@ GEM
validates_formatting_of (0.9.0)
activemodel
vcr (4.0.0)
warden (1.2.8)
rack (>= 2.0.6)
warden (1.2.9)
rack (>= 2.0.9)
webmock (3.4.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down

0 comments on commit b24d2e8

Please sign in to comment.