Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Bump danger from 8.2.3 to 8.6.1 #2233

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 @@ -67,7 +67,7 @@ group :development do
end

group :test do
gem 'danger', '~> 8.2', require: false
gem 'danger', '~> 8.6', require: false
gem 'simplecov', require: false

gem 'capybara', '~> 3.35'
Expand Down
44 changes: 29 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (3.0.0)
claide (1.0.3)
claide (1.1.0)
claide-plugins (0.9.2)
cork
nap
Expand All @@ -126,7 +126,7 @@ GEM
rexml
crass (1.0.6)
daemons (1.3.1)
danger (8.2.3)
danger (8.6.1)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand Down Expand Up @@ -165,24 +165,38 @@ GEM
execjs (2.7.0)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
faraday (1.4.1)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.0)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
generator_spec (0.9.4)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
git (1.8.1)
git (1.11.0)
rchardet (~> 1.8)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -206,7 +220,7 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand Down Expand Up @@ -238,7 +252,7 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octokit (4.21.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
om (3.1.1)
Expand All @@ -262,7 +276,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (5.3.0)
nio4r (~> 2.0)
racc (1.5.2)
Expand Down Expand Up @@ -342,7 +356,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
rubyzip (2.3.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -392,8 +406,8 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stomp (1.4.8)
terminal-table (3.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
Expand All @@ -404,7 +418,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
vcr (5.0.0)
warden (1.2.7)
rack (>= 1.0)
Expand Down Expand Up @@ -437,7 +451,7 @@ DEPENDENCIES
bootstrap_form (~> 2.7.0)
brakeman
capybara (~> 3.35)
danger (~> 8.2)
danger (~> 8.6)
devise
devise-guests
erb_lint (~> 0.0.37)
Expand Down