Skip to content

Commit

Permalink
Bump doorkeeper from 5.2.3 to 5.3.0 (#119)
Browse files Browse the repository at this point in the history
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/master/CHANGELOG.md)
- [Commits](doorkeeper-gem/doorkeeper@v5.2.3...v.5.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 30, 2020
1 parent 8c92fa8 commit 5eb2a2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.2"

gem "rails", "~> 6.0"
gem "doorkeeper", "~> 5.2.3"
gem "doorkeeper", "~> 5.3.0"
gem "devise", "~> 4.7"

gem "faker"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crass (1.0.5)
crass (1.0.6)
database_cleaner (1.7.0)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All @@ -70,7 +70,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.3)
doorkeeper (5.2.3)
doorkeeper (5.3.0)
railties (>= 5)
erubi (1.9.0)
execjs (2.7.0)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.0)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
Expand All @@ -121,7 +121,7 @@ GEM
pry (>= 0.10.4)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.0.8)
rack (2.1.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-timeout (0.6.0)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
sqlite3 (1.4.2)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -225,7 +225,7 @@ DEPENDENCIES
coderay
database_cleaner
devise (~> 4.7)
doorkeeper (~> 5.2.3)
doorkeeper (~> 5.3.0)
factory_bot_rails
faker
jquery-rails
Expand Down

0 comments on commit 5eb2a2d

Please sign in to comment.