Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Aug 6, 2018
1 parent a6bf0cb commit b60c3c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'sitemap_generator', '~> 5.3.1'
gem 'pg', '~> 0.18.2'
gem 'activerecord-postgresql-adapter'

gem 'devise', '~> 3.5.5'
gem 'devise', '~> 4.4.3'
gem 'omniauth', '~> 1.7.1' # 1.2.2 breaks test sign_in
gem 'omniauth-shibboleth', '~> 1.2.1'
gem 'equivalent-xml', '~> 0.6.0'
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
sshkit (>= 1.6.1, != 1.7.0)
arel (6.0.4)
ast (2.4.0)
bcrypt (3.1.11)
bcrypt (3.1.12)
blacklight (4.7.0)
bootstrap-sass (>= 2.2.0, < 2.4)
deprecation (~> 0.1)
Expand Down Expand Up @@ -134,12 +134,11 @@ GEM
daemons (1.2.3)
deprecation (0.2.2)
activesupport
devise (3.5.6)
devise (4.4.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
railties (>= 4.1.0, < 6.0)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.1.5)
Expand Down Expand Up @@ -422,7 +421,7 @@ GEM
unicorn (5.3.0)
kgio (~> 2.6)
raindrops (~> 0.7)
warden (1.2.6)
warden (1.2.7)
rack (>= 1.0)
websocket (1.2.4)
websocket-driver (0.6.5)
Expand All @@ -449,7 +448,7 @@ DEPENDENCIES
capybara (~> 2.14.0)
coffee-rails (~> 4.2.1)
coveralls (= 0.8.21)
devise (~> 3.5.5)
devise (~> 4.4.3)
equivalent-xml (~> 0.6.0)
hydra-head (~> 6.5.2)
i18n (~> 0.8.1)
Expand Down

0 comments on commit b60c3c7

Please sign in to comment.