Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump danger from 9.3.2 to 9.4.2 #396

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4'
gem 'pry', '~> 0.10', '>= 0.10.4'
gem 'pry-byebug', '~> 3.6'
gem 'rake', '~> 13.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bagit (0.4.6)
Expand All @@ -52,7 +52,7 @@ GEM
crack (0.4.5)
rexml
daemons (1.4.1)
danger (9.3.2)
danger (9.4.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -63,7 +63,7 @@ GEM
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.0)
docopt (0.5.0)
Expand All @@ -77,7 +77,7 @@ GEM
scanf (~> 1.0)
sxp (~> 1.2)
unicode-types (~> 1.8)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -117,7 +117,7 @@ GEM
connection_pool (~> 2.2)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (6.1.1)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
Expand All @@ -133,7 +133,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
public_suffix (5.0.4)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
Expand Down Expand Up @@ -243,7 +243,7 @@ PLATFORMS

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