Skip to content

Commit

Permalink
Bump doorkeeper from 5.4.0 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md)
- [Commits](doorkeeper-gem/doorkeeper@v5.4.0...v5.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 22, 2021
1 parent bb8b0ea commit ad8b04c
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 @@ -5,7 +5,7 @@ source "http://rubygems.org"
ruby "2.6.5"

gem "rails", "~> 6.1"
gem "doorkeeper", "~> 5.4.0"
gem "doorkeeper", "~> 5.5.0"
gem "devise", "~> 4.7"

gem "faker"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
doorkeeper (5.4.0)
doorkeeper (5.5.0)
railties (>= 5)
erubi (1.10.0)
execjs (2.7.0)
Expand All @@ -93,7 +93,7 @@ GEM
ffi (1.14.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.8)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
Expand Down Expand Up @@ -246,7 +246,7 @@ DEPENDENCIES
coderay
database_cleaner
devise (~> 4.7)
doorkeeper (~> 5.4.0)
doorkeeper (~> 5.5.0)
factory_bot_rails
faker
jquery-rails
Expand Down

0 comments on commit ad8b04c

Please sign in to comment.