Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: danger
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 63e956c commit 53ef347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.2'
gem 'danger', '~> 9.3'
gem 'pry', '~> 0.10', '>= 0.10.4'
gem 'pry-byebug', '~> 3.6'
gem 'rake', '~> 13.0'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
amazing_print (1.4.0)
ast (2.4.2)
Expand All @@ -47,7 +47,7 @@ GEM
crack (0.4.5)
rexml
daemons (1.4.1)
danger (9.3.1)
danger (9.3.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -71,7 +71,8 @@ GEM
scanf (~> 1.0)
sxp (~> 1.2)
unicode-types (~> 1.7)
faraday (2.7.6)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.5.0)
Expand Down Expand Up @@ -125,7 +126,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -235,7 +236,7 @@ PLATFORMS

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

0 comments on commit 53ef347

Please sign in to comment.