Skip to content

Commit 0592577

Browse files
author
Nikolay Kasyanov
committed
Bumps version
1 parent 5c250d9 commit 0592577

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-code_style_validation (0.0.1)
4+
danger-code_style_validation (0.1.0)
55
danger-plugin-api (~> 1.0)
66

77
GEM
@@ -10,7 +10,7 @@ GEM
1010
addressable (2.5.1)
1111
public_suffix (~> 2.0, >= 2.0.2)
1212
ast (2.3.0)
13-
claide (1.0.1)
13+
claide (1.0.2)
1414
claide-plugins (0.9.2)
1515
cork
1616
nap
@@ -19,7 +19,7 @@ GEM
1919
colored2 (3.1.2)
2020
cork (0.3.0)
2121
colored2 (~> 3.1)
22-
danger (5.1.1)
22+
danger (5.3.4)
2323
claide (~> 1.0)
2424
claide-plugins (>= 0.9.2)
2525
colored2 (~> 3.1)
@@ -28,12 +28,12 @@ GEM
2828
faraday-http-cache (~> 1.0)
2929
git (~> 1)
3030
kramdown (~> 1.5)
31-
octokit (~> 4.2)
31+
octokit (~> 4.7)
3232
terminal-table (~> 1)
3333
danger-plugin-api (1.0.0)
3434
danger (> 2.0)
3535
diff-lcs (1.2.5)
36-
faraday (0.12.1)
36+
faraday (0.13.0)
3737
multipart-post (>= 1.2, < 3)
3838
faraday-http-cache (1.3.1)
3939
faraday (~> 0.8)
@@ -54,7 +54,7 @@ GEM
5454
guard (~> 2.1)
5555
guard-compat (~> 1.1)
5656
rspec (>= 2.99.0, < 4.0)
57-
kramdown (1.13.2)
57+
kramdown (1.14.0)
5858
listen (3.0.7)
5959
rb-fsevent (>= 0.9.3)
6060
rb-inotify (>= 0.9.7)
@@ -107,8 +107,8 @@ GEM
107107
faraday (~> 0.8, < 1.0)
108108
shellany (0.0.1)
109109
slop (3.6.0)
110-
terminal-table (1.7.3)
111-
unicode-display_width (~> 1.1.1)
110+
terminal-table (1.8.0)
111+
unicode-display_width (~> 1.1, >= 1.1.1)
112112
thor (0.19.4)
113113
unicode-display_width (1.1.3)
114114
yard (0.9.5)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CodeStyleValidation
2-
VERSION = '0.0.1'.freeze
2+
VERSION = '0.1.0'.freeze
33
end

0 commit comments

Comments
 (0)