Skip to content

Commit

Permalink
[Snyk] Security upgrade doorkeeper from 5.6.7 to 5.6.8 (#180)
Browse files Browse the repository at this point in the history
* fix: Gemfile & Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917

* Update Gemfile.lock

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Jesus Federico <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2023
1 parent 7de927e commit ab54887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'redis', '~> 4.2'
gem 'jwt', '~> 2.2.2'
gem 'oauth', '~> 0.5.1'

gem 'doorkeeper', '~> 5.6.7'
gem 'doorkeeper', '~> 5.6.8'
gem 'repost', '~> 0.3.8'

gem 'lodash-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.6.7)
doorkeeper (5.6.8)
railties (>= 5)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -437,7 +437,7 @@ DEPENDENCIES
byebug
coffee-rails (~> 5.0, >= 5.0.0)
coveralls
doorkeeper (~> 5.6.7)
doorkeeper (~> 5.6.8)
dotenv-rails
faraday
font-awesome-sass (~> 6.4.0)
Expand Down

0 comments on commit ab54887

Please sign in to comment.