Skip to content
Open
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
58 changes: 30 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
ast (2.4.2)
base64 (0.3.0)
claide (1.0.3)
claide-plugins (0.9.2)
cork
Expand All @@ -23,34 +24,32 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (8.2.3)
danger (9.5.3)
base64 (~> 0.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
colored2 (>= 3.1, < 5)
cork (~> 0.1)
faraday (>= 0.9.0, < 2.0)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
git (~> 1.7)
kramdown (~> 2.3)
git (>= 1.13, < 3.0)
kramdown (>= 2.5.1, < 3.0)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 4.7)
terminal-table (>= 1, < 4)
octokit (>= 4.0)
pstore (~> 0.1)
terminal-table (>= 1, < 5)
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.4.4)
docile (1.3.5)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-http-cache (2.2.0)
faraday (>= 0.8)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
ffi (1.15.0)
formatador (0.2.5)
git (1.13.0)
Expand All @@ -70,25 +69,27 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
kramdown (2.3.1)
rexml
json (2.18.1)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
logger (1.7.0)
lumberjack (1.2.8)
method_source (1.0.0)
multipart-post (2.1.1)
nap (1.1.0)
nenv (0.3.0)
no_proxy_fix (0.1.2)
net-http (0.9.1)
uri (>= 0.11.1)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (10.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oga (2.15)
ast
ruby-ll (~> 2.1)
Expand All @@ -99,6 +100,7 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pstore (0.2.0)
public_suffix (4.0.6)
rainbow (3.0.0)
rake (13.0.3)
Expand All @@ -107,7 +109,7 @@ GEM
ffi (~> 1.0)
rchardet (1.8.0)
regexp_parser (2.1.1)
rexml (3.3.9)
rexml (3.4.4)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand Down Expand Up @@ -141,10 +143,9 @@ GEM
ansi
ast
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
sawyer (0.8.2)
sawyer (0.9.3)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
shellany (0.0.1)
simplecov (0.21.2)
docile (~> 1.1)
Expand All @@ -156,6 +157,7 @@ GEM
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0)
unicode-display_width (1.7.0)
uri (1.1.1)
yard (0.9.36)

PLATFORMS
Expand Down
Loading