File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- danger-iblinter (0.0.4 )
4+ danger-iblinter (0.0.5 )
55 danger-plugin-api (~> 1.0 )
66
77GEM
88 remote: https://rubygems.org/
99 specs:
10- addressable (2.5.2 )
10+ addressable (2.6.0 )
1111 public_suffix (>= 2.0.2 , < 4.0 )
1212 ast (2.4.0 )
1313 claide (1.0.2 )
1919 colored2 (3.1.2 )
2020 cork (0.3.0 )
2121 colored2 (~> 3.1 )
22- danger (5.11.1 )
22+ danger (6.0.9 )
2323 claide (~> 1.0 )
2424 claide-plugins (>= 0.9.2 )
2525 colored2 (~> 3.1 )
2626 cork (~> 0.1 )
2727 faraday (~> 0.9 )
28- faraday-http-cache (~> 1 .0 )
28+ faraday-http-cache (~> 2 .0 )
2929 git (~> 1.5 )
30- kramdown (~> 1.5 )
30+ kramdown (~> 2.0 )
31+ kramdown-parser-gfm (~> 1.0 )
3132 no_proxy_fix
3233 octokit (~> 4.7 )
3334 terminal-table (~> 1 )
3637 diff-lcs (1.3 )
3738 faraday (0.15.4 )
3839 multipart-post (>= 1.2 , < 3 )
39- faraday-http-cache (1.3.1 )
40+ faraday-http-cache (2.0.0 )
4041 faraday (~> 0.8 )
4142 ffi (1.10.0 )
4243 formatador (0.2.5 )
5657 guard-compat (~> 1.1 )
5758 rspec (>= 2.99.0 , < 4.0 )
5859 jaro_winkler (1.5.2 )
59- kramdown (1.17.0 )
60+ kramdown (2.1.0 )
61+ kramdown-parser-gfm (1.1.0 )
62+ kramdown (~> 2.0 )
6063 listen (3.0.7 )
6164 rb-fsevent (>= 0.9.3 )
6265 rb-inotify (>= 0.9.7 )
6366 lumberjack (1.0.13 )
6467 method_source (0.9.2 )
65- multipart-post (2.0.0 )
68+ multipart-post (2.1.1 )
6669 nap (1.1.0 )
6770 nenv (0.3.0 )
6871 no_proxy_fix (0.1.2 )
6972 notiffany (0.1.1 )
7073 nenv (~> 0.1 )
7174 shellany (~> 0.0 )
72- octokit (4.13 .0 )
75+ octokit (4.14 .0 )
7376 sawyer (~> 0.8.0 , >= 0.5.3 )
7477 open4 (1.3.4 )
7578 parallel (1.13.0 )
7982 pry (0.12.2 )
8083 coderay (~> 1.1.0 )
8184 method_source (~> 0.9.0 )
82- public_suffix (3.0.3 )
85+ public_suffix (3.1.1 )
8386 rainbow (3.0.0 )
8487 rake (10.5.0 )
8588 rb-fsevent (0.10.3 )
107110 ruby-progressbar (~> 1.7 )
108111 unicode-display_width (~> 1.4.0 )
109112 ruby-progressbar (1.10.0 )
110- sawyer (0.8.1 )
111- addressable (>= 2.3.5 , < 2.6 )
112- faraday (~ > 0.8 , < 1 .0 )
113+ sawyer (0.8.2 )
114+ addressable (>= 2.3.5 )
115+ faraday (> 0.8 , < 2 .0 )
113116 shellany (0.0.1 )
114117 terminal-table (1.8.0 )
115118 unicode-display_width (~> 1.1 , >= 1.1.1 )
@@ -133,4 +136,4 @@ DEPENDENCIES
133136 yard
134137
135138BUNDLED WITH
136- 1.16 .2
139+ 1.17 .2
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Iblinter
4- VERSION = "0.0.4 "
4+ VERSION = "0.0.5 "
55end
You can’t perform that action at this time.
0 commit comments