Skip to content

Commit b078746

Browse files
Bump 0.0.5
1 parent 872bea9 commit b078746

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
danger-iblinter (0.0.4)
4+
danger-iblinter (0.0.5)
55
danger-plugin-api (~> 1.0)
66

77
GEM
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)
@@ -19,15 +19,16 @@ GEM
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)
@@ -36,7 +37,7 @@ GEM
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)
@@ -56,20 +57,22 @@ GEM
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)
@@ -79,7 +82,7 @@ GEM
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)
@@ -107,9 +110,9 @@ GEM
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

135138
BUNDLED WITH
136-
1.16.2
139+
1.17.2

lib/iblinter/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Iblinter
4-
VERSION = "0.0.4"
4+
VERSION = "0.0.5"
55
end

0 commit comments

Comments
 (0)