Skip to content

Commit

Permalink
Merge pull request #791 from maxfierke/dependabot/bundler/doorkeeper-…
Browse files Browse the repository at this point in the history
…5.8.1

Bump doorkeeper from 5.7.1 to 5.8.1
  • Loading branch information
maxfierke authored Jan 4, 2025
2 parents 7a26513 + 3035928 commit 245c3b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
doorkeeper (5.7.1)
doorkeeper (5.8.1)
railties (>= 5)
drb (2.2.1)
erubi (1.13.1)
Expand Down Expand Up @@ -266,7 +266,7 @@ GEM
rack (< 3)
rack-test (2.2.0)
rack (>= 1.3)
rackup (1.0.0)
rackup (1.0.1)
rack (< 3)
webrick
rails (7.1.5.1)
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
concurrent-ruby (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.8.2)
webrick (1.9.1)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand All @@ -382,7 +382,7 @@ GEM
ostruct
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux
Expand All @@ -400,7 +400,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 245c3b3

Please sign in to comment.