Skip to content

Commit

Permalink
Bump danger from 9.3.2 to 9.5.0 (#466)
Browse files Browse the repository at this point in the history
Bumps [danger](https://github.com/danger/danger) from 9.3.2 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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 44894ee commit 78ce1f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec

group :development, :test do
gem 'bundler', '~> 2.0'
gem 'danger', '~> 9.3'
gem 'danger', '~> 9.5'
gem 'pry', '~> 0.10', '>= 0.10.4'
gem 'pry-byebug', '~> 3.6'
gem 'rake', '~> 13.0'
Expand Down
28 changes: 12 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
bagit (0.4.6)
docopt (~> 0.5.0)
Expand All @@ -52,7 +52,7 @@ GEM
crack (0.4.5)
rexml
daemons (1.4.1)
danger (9.3.2)
danger (9.5.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -62,8 +62,7 @@ GEM
git (~> 1.13)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 6.0)
octokit (>= 4.0)
terminal-table (>= 1, < 4)
diff-lcs (1.5.1)
docopt (0.5.0)
Expand All @@ -77,14 +76,14 @@ GEM
scanf (~> 1.0)
sxp (~> 1.2)
unicode-types (~> 1.8)
faraday (2.7.11)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.5.0)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-net_http (3.0.2)
git (1.18.0)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
hashdiff (1.0.1)
Expand Down Expand Up @@ -116,8 +115,7 @@ GEM
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (6.1.1)
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
Expand All @@ -133,7 +131,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
public_suffix (5.1.1)
racc (1.8.0)
rainbow (3.1.1)
rake (13.0.6)
Expand All @@ -160,8 +158,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.2)
strscan
rexml (3.3.8)
rollbar (3.4.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -215,7 +212,6 @@ GEM
sparql-client (3.2.2)
net-http-persistent (~> 4.0, >= 4.0.2)
rdf (~> 3.2, >= 3.2.11)
strscan (3.1.0)
sxp (1.2.4)
matrix (~> 0.4)
rdf (~> 3.2)
Expand All @@ -228,7 +224,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
unicode-types (1.9.0)
uuid (2.3.9)
macaddr (~> 1.0)
Expand All @@ -244,7 +240,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.0)
danger (~> 9.3)
danger (~> 9.5)
pry (~> 0.10, >= 0.10.4)
pry-byebug (~> 3.6)
pushmi_pullyu!
Expand Down

0 comments on commit 78ce1f1

Please sign in to comment.