Skip to content

Commit

Permalink
Revert "fix: Gemfile & Gemfile.lock to reduce vulnerabilities (#155)"
Browse files Browse the repository at this point in the history
This reverts commit 28d3b76.
  • Loading branch information
jfederico authored Sep 22, 2023
1 parent 28d3b76 commit 43a7660
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.6'
gem 'doorkeeper', '~> 5.5.0'
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.6)
doorkeeper (5.5.4)
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.6)
doorkeeper (~> 5.5.0)
dotenv-rails
faraday
font-awesome-sass (~> 6.4.0)
Expand Down

0 comments on commit 43a7660

Please sign in to comment.