Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion danger/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

source "https://rubygems.org"

gem "danger", "~> 9.5"
gem "danger", "~> 9.6"
gem "faraday-retry", "~> 2.4"
12 changes: 6 additions & 6 deletions danger/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.3)
activesupport (8.1.3.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -24,11 +24,11 @@ GEM
nap
open4 (~> 1.3)
colored2 (3.1.2)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.6.0)
danger (9.6.1)
base64 (~> 0.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
Expand All @@ -53,14 +53,14 @@ GEM
net-http (~> 0.5)
faraday-retry (2.4.0)
faraday (~> 2.0)
git (4.3.2)
git (5.0.0)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 4.0)
rchardet (~> 1.9)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
json (2.20.0)
json (2.21.1)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -108,7 +108,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
danger (~> 9.5)
danger (~> 9.6)
faraday-retry (~> 2.4)

BUNDLED WITH
Expand Down
Loading