Skip to content

Commit

Permalink
Merge pull request #526 from doorkeeper-gem/dependabot/bundler/doorke…
Browse files Browse the repository at this point in the history
…eper-5.7.1

chore(deps): bump doorkeeper from 5.7.0 to 5.7.1
  • Loading branch information
nbulaj committed Jun 26, 2024
2 parents 88ae643 + a125782 commit 69c3747
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "http://rubygems.org"
ruby "3.2.0"

gem "rails", "~> 7.1"
gem "doorkeeper", "~> 5.7.0"
gem "doorkeeper", "~> 5.7.1"
gem "devise", "~> 4.9"
gem "sprockets-rails", require: "sprockets/railtie"

Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.1)
doorkeeper (5.7.0)
doorkeeper (5.7.1)
railties (>= 5)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
execjs (2.8.1)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
Expand All @@ -116,8 +116,8 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
Expand All @@ -140,7 +140,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.0)
mutex_m (0.2.0)
net-imap (0.4.10)
date
Expand All @@ -152,10 +152,10 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
Expand All @@ -173,15 +173,15 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
rack (3.1.4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.7.0)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.4)
actioncable (= 7.1.3.4)
actionmailbox (= 7.1.3.4)
Expand Down Expand Up @@ -216,11 +216,11 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.3)
reline (0.5.9)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
Expand All @@ -305,7 +305,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.13)
zeitwerk (2.6.16)

PLATFORMS
ruby
Expand All @@ -315,7 +315,7 @@ DEPENDENCIES
coderay
database_cleaner
devise (~> 4.9)
doorkeeper (~> 5.7.0)
doorkeeper (~> 5.7.1)
factory_bot_rails
faker
jquery-rails
Expand Down

0 comments on commit 69c3747

Please sign in to comment.