Skip to content

Commit

Permalink
Bump doorkeeper from 4.4.3 to 5.8.0
Browse files Browse the repository at this point in the history
Bumps [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) from 4.4.3 to 5.8.0.
- [Release notes](https://github.com/doorkeeper-gem/doorkeeper/releases)
- [Changelog](https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md)
- [Upgrade guide](https://github.com/doorkeeper-gem/doorkeeper/blob/main/UPGRADE.md)
- [Commits](doorkeeper-gem/doorkeeper@v4.4.3...v5.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 20ff35e commit 5726e73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'azure-storage-blob'
gem 'dalli'
gem 'deep_cloneable', '~> 3.2.0'
gem 'devise', '~> 4.9'
gem 'doorkeeper', '~> 4.4'
gem 'doorkeeper', '~> 5.8'
gem 'doorkeeper-jwt', '~> 0.2.1'
gem 'faraday', '~> 1.10'
gem 'faraday-http-cache', '~> 2.4'
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, < 6)
builder (3.2.4)
builder (3.3.0)
case_transform (0.2)
activesupport
coderay (1.1.3)
Expand Down Expand Up @@ -138,11 +138,11 @@ GEM
diff-lcs (1.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (4.4.3)
railties (>= 4.2)
doorkeeper (5.8.0)
railties (>= 5)
doorkeeper-jwt (0.2.1)
jwt (~> 1.5.2, >= 1.5.2)
erubi (1.12.0)
erubi (1.13.0)
et-orbi (1.2.11)
tzinfo
factory_bot (6.2.1)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.21.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
Expand All @@ -270,12 +270,12 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
mini_portile2 (2.8.7)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.25.1)
Expand All @@ -299,7 +299,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (9.3.1)
nio4r (2.7.3)
nokogiri (1.15.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notiffany (0.1.3)
Expand Down Expand Up @@ -347,8 +347,8 @@ GEM
pundit (2.4.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.7.1)
rack (2.2.8.1)
racc (1.8.1)
rack (2.2.10)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-protection (3.0.5)
Expand All @@ -370,7 +370,7 @@ GEM
bundler (>= 1.15.0)
railties (= 6.1.7.5)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -384,7 +384,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.6)
rake (13.2.1)
ranked-model (0.4.8)
activerecord (>= 4.2)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -494,7 +494,7 @@ GEM
activesupport
colorize (>= 0.8.1)
rest-client (>= 2.0.2)
thor (1.3.0)
thor (1.3.2)
timeout (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -516,7 +516,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.36)
zeitwerk (2.6.18)
zeitwerk (2.7.1)
zoo_stream (1.0.1)
aws-sdk

Expand All @@ -534,7 +534,7 @@ DEPENDENCIES
database_cleaner (~> 1.99.0)
deep_cloneable (~> 3.2.0)
devise (~> 4.9)
doorkeeper (~> 4.4)
doorkeeper (~> 5.8)
doorkeeper-jwt (~> 0.2.1)
factory_bot_rails
faraday (~> 1.10)
Expand Down

0 comments on commit 5726e73

Please sign in to comment.