Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 30, 2021
1 parent 55569f7 commit ebf8051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5"

gem "rails", "~> 6.1"
gem "doorkeeper", "~> 5.5.1"
gem "devise", "~> 4.7"
gem "devise", "~> 4.8"

gem "faker"
gem "jquery-rails"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
devise (4.7.3)
devise (4.8.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
marcel (1.0.0)
method_source (0.9.2)
mini_mime (1.0.3)
mini_portile2 (2.5.0)
mini_portile2 (2.5.1)
minitest (5.14.4)
nio4r (2.5.7)
nokogiri (1.11.3)
Expand Down Expand Up @@ -243,7 +243,7 @@ PLATFORMS
DEPENDENCIES
coderay
database_cleaner
devise (~> 4.7)
devise (~> 4.8)
doorkeeper (~> 5.5.1)
factory_bot_rails
faker
Expand Down

0 comments on commit ebf8051

Please sign in to comment.