Skip to content

Commit

Permalink
Bump danger from 9.3.2 to 9.4.0
Browse files Browse the repository at this point in the history
Bumps [danger](https://github.com/danger/danger) from 9.3.2 to 9.4.0.
- [Release notes](https://github.com/danger/danger/releases)
- [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md)
- [Commits](danger/danger@v9.3.2...v9.4.0)

---
updated-dependencies:
- dependency-name: danger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent fe40c35 commit 5cf89b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'cocoapods', '~> 1.14'
# ------------
# Danger Setup
# ------------
gem 'danger', '~> 9.3'
gem 'danger', '~> 9.4'

# general
gem 'danger-prose'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.4)
claide (1.1.0)
claide-plugins (0.9.2)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.3.2)
danger (9.4.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -79,7 +79,7 @@ GEM
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 6.0)
octokit (>= 6.0, < 8.0)
terminal-table (>= 1, < 4)
danger-prose (2.0.7)
danger
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
nap (1.1.0)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (6.1.1)
octokit (7.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
Expand All @@ -141,7 +141,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
xcodeproj (1.23.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
Expand All @@ -156,7 +156,7 @@ PLATFORMS

DEPENDENCIES
cocoapods (~> 1.14)
danger (~> 9.3)
danger (~> 9.4)
danger-prose
danger-swiftlint

Expand Down

0 comments on commit 5cf89b1

Please sign in to comment.