Skip to content

Commit

Permalink
Bump danger from 9.4.3 to 9.5.0
Browse files Browse the repository at this point in the history
Bumps [danger](https://github.com/danger/danger) from 9.4.3 to 9.5.0.
- [Release notes](https://github.com/danger/danger/releases)
- [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/danger/danger/commits)

---
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 Aug 5, 2024
1 parent f99061b commit 08930f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gem 'jazzy'

# Danger
# https://danger.systems/ruby/
gem 'danger', '~> 9.4'
gem 'danger', '~> 9.5'
gem 'danger-swiftlint'
gem 'danger-jazzy'
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.4.3)
danger (9.5.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -78,7 +78,6 @@ GEM
git (~> 1.13)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (>= 4.0)
terminal-table (>= 1, < 4)
danger-jazzy (1.1.0)
Expand All @@ -95,11 +94,12 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
faraday (2.9.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-net_http (3.1.0)
faraday-net_http (3.1.1)
net-http
ffi (1.16.3)
fourflusher (2.3.1)
Expand Down Expand Up @@ -127,6 +127,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liferaft (0.0.6)
logger (1.6.0)
mini_portile2 (2.8.5)
minitest (5.22.2)
molinillo (0.8.0)
Expand All @@ -137,18 +138,16 @@ GEM
net-http (0.4.1)
uri
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
public_suffix (4.0.7)
rake (13.1.0)
rchardet (1.8.0)
redcarpet (3.6.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rouge (4.2.0)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -186,7 +185,7 @@ PLATFORMS

DEPENDENCIES
cocoapods (~> 1.15)
danger (~> 9.4)
danger (~> 9.5)
danger-jazzy
danger-swiftlint
jazzy
Expand Down

0 comments on commit 08930f0

Please sign in to comment.