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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 21716b7 commit 3afc594
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ group :development do
end

group :test do
gem 'danger', '~> 9.3', require: false # Pull Request etiquette enforcement
gem 'danger', '~> 9.4', require: false # Pull Request etiquette enforcement
gem 'simplecov'
# Faker added 0.5 seconds to the test suite per call. Haikunator seems much faster for faking strings
gem 'haikunator'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
danger (9.3.2)
danger (9.4.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -172,7 +172,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)
date (3.3.3)
debug_inspector (1.1.0)
Expand Down Expand Up @@ -360,7 +360,7 @@ GEM
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (6.1.1)
octokit (7.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
omniauth (2.1.1)
Expand Down Expand Up @@ -391,7 +391,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (6.4.0)
nio4r (~> 2.0)
pundit (2.3.1)
Expand Down Expand Up @@ -638,7 +638,7 @@ DEPENDENCIES
capybara (>= 3.26, < 4.0)
clamby
connection_pool
danger (~> 9.3)
danger (~> 9.4)
datacite-client!
differ
draper
Expand Down

0 comments on commit 3afc594

Please sign in to comment.