Skip to content

Commit

Permalink
[Security] Bump devise from 4.4.3 to 4.6.2
Browse files Browse the repository at this point in the history
Bumps [devise](https://github.com/plataformatec/devise) from 4.4.3 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.4.3...v4.6.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Apr 1, 2019
1 parent 749256e commit b08299b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Expand Up @@ -46,7 +46,7 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.11)
bcrypt (3.1.12)
benchmark-perf (0.4.0)
benchmark-trend (0.2.0)
bindex (0.5.0)
Expand All @@ -66,7 +66,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colorize (0.8.1)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
coveralls (0.8.21)
json (>= 1.8, < 3)
Expand All @@ -80,7 +80,7 @@ GEM
debug_inspector (0.0.3)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (4.4.3)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand All @@ -89,7 +89,7 @@ GEM
diff-lcs (1.3)
docile (1.1.5)
equalizer (0.0.11)
erubi (1.7.1)
erubi (1.8.0)
erubis (2.7.0)
faker (1.9.1)
i18n (>= 0.7)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
mail (2.7.0)
mini_mime (>= 0.1.1)
memory_profiler (0.9.10)
method_source (0.9.0)
method_source (0.9.2)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
pry (>= 0.9.10, < 0.12.0)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.5)
rack (2.0.6)
rack-cors (1.0.2)
rack-mini-profiler (1.0.0)
rack (>= 1.2.0)
Expand Down Expand Up @@ -253,7 +253,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand All @@ -262,9 +262,9 @@ GEM
codeclimate-engine-rb (~> 0.4.0)
parser (>= 2.4.0.0, < 2.5)
rainbow (~> 2.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
Expand Down Expand Up @@ -372,8 +372,8 @@ GEM
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down

0 comments on commit b08299b

Please sign in to comment.