Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doorkeeper #2454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -75,7 +75,7 @@ gem "facebookbusiness", github: "facebook/facebook-ruby-business-sdk", branch: "

# OAuth provider, Grape, associated parts of API V2
gem "api-pagination"
gem "doorkeeper", "~> 5.2.5" # OAuth providing
gem "doorkeeper" # OAuth providing
gem "doorkeeper-i18n" # Translations for doorkeeper
gem "grape", "~> 1.8.0" # API DSL
gem "grape-swagger", "0.11" # auto generate swagger (OpenAPI)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -172,7 +172,7 @@ GEM
rails
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.2.6)
doorkeeper (5.6.6)
railties (>= 5)
doorkeeper-i18n (5.2.2)
doorkeeper (>= 5.2)
Expand Down Expand Up @@ -740,7 +740,7 @@ DEPENDENCIES
coffee-rails
database_cleaner
dockerfile-rails (>= 1.5)
doorkeeper (~> 5.2.5)
doorkeeper
doorkeeper-i18n
dotenv-rails
eventmachine
Expand Down