Skip to content

Commit

Permalink
Bump devise from 4.6.2 to 4.7.0 (#63)
Browse files Browse the repository at this point in the history
Bumps [devise](https://github.com/plataformatec/devise) from 4.6.2 to 4.7.0.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.6.2...v4.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and nbulaj committed Aug 20, 2019
1 parent 2714ef8 commit a05de10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby "2.6.2"

gem "rails", "~> 5.2"
gem "doorkeeper", "~> 5.1.0"
gem "devise", "~> 4.6"
gem "devise", "~> 4.7"

gem "faker"
gem "jquery-rails"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.0)
bcrypt (3.1.12)
bcrypt (3.1.13)
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crass (1.0.4)
database_cleaner (1.7.0)
devise (4.6.2)
devise (4.7.0)
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)
Expand Down Expand Up @@ -143,9 +143,9 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
redcarpet (3.5.0)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
rollbar (2.21.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
Expand Down Expand Up @@ -210,7 +210,7 @@ PLATFORMS
DEPENDENCIES
coderay
database_cleaner
devise (~> 4.6)
devise (~> 4.7)
doorkeeper (~> 5.1.0)
factory_bot_rails
faker
Expand Down

0 comments on commit a05de10

Please sign in to comment.