Skip to content

Commit

Permalink
Bump doorkeeper from 5.7.1 to 5.8.0
Browse files Browse the repository at this point in the history
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 5.7.1 to 5.8.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.7.1...v5.8.0)

---
updated-dependencies:
- dependency-name: doorkeeper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 92d394f commit 8278991
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 @@ -18,7 +18,7 @@ gem 'nilify_blanks'

# Authentication & Authorization
gem 'devise', '~> 4.9.4'
gem 'doorkeeper', '~> 5.7'
gem 'doorkeeper', '~> 5.8'
gem 'rack-cors', :require => 'rack/cors'
gem 'pundit'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
doorkeeper (5.7.1)
doorkeeper (5.8.0)
railties (>= 5)
drb (2.2.1)
erubi (1.13.0)
Expand Down Expand Up @@ -193,7 +193,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rackup (1.0.1)
rack (< 3)
webrick
rails (7.1.4.1)
Expand Down Expand Up @@ -366,7 +366,7 @@ GEM
concurrent-ruby (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.8.2)
webrick (1.9.0)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand All @@ -375,7 +375,7 @@ GEM
activesupport
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux
Expand All @@ -393,7 +393,7 @@ DEPENDENCIES
database_cleaner
debug
devise (~> 4.9.4)
doorkeeper (~> 5.7)
doorkeeper (~> 5.8)
factory_bot_rails
faker
fly-ruby
Expand Down

0 comments on commit 8278991

Please sign in to comment.