Skip to content

Commit fdbdafc

Browse files
author
Nikolay Kasyanov
committed
Bumps version
1 parent 3756e99 commit fdbdafc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 6 additions & 4 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.2.0)
4+
danger-code_style_validation (0.3.0)
55
danger-plugin-api (~> 1.0)
66

77
GEM
@@ -19,7 +19,7 @@ GEM
1919
colored2 (3.1.2)
2020
cork (0.3.0)
2121
colored2 (~> 3.1)
22-
danger (5.3.4)
22+
danger (5.5.2)
2323
claide (~> 1.0)
2424
claide-plugins (>= 0.9.2)
2525
colored2 (~> 3.1)
@@ -28,6 +28,7 @@ GEM
2828
faraday-http-cache (~> 1.0)
2929
git (~> 1)
3030
kramdown (~> 1.5)
31+
no_proxy_fix
3132
octokit (~> 4.7)
3233
terminal-table (~> 1)
3334
danger-plugin-api (1.0.0)
@@ -54,7 +55,7 @@ GEM
5455
guard (~> 2.1)
5556
guard-compat (~> 1.1)
5657
rspec (>= 2.99.0, < 4.0)
57-
kramdown (1.14.0)
58+
kramdown (1.15.0)
5859
listen (3.0.7)
5960
rb-fsevent (>= 0.9.3)
6061
rb-inotify (>= 0.9.7)
@@ -63,6 +64,7 @@ GEM
6364
multipart-post (2.0.0)
6465
nap (1.1.0)
6566
nenv (0.3.0)
67+
no_proxy_fix (0.1.1)
6668
notiffany (0.1.1)
6769
nenv (~> 0.1)
6870
shellany (~> 0.0)
@@ -76,7 +78,7 @@ GEM
7678
coderay (~> 1.1.0)
7779
method_source (~> 0.8.1)
7880
slop (~> 3.4)
79-
public_suffix (2.0.5)
81+
public_suffix (3.0.0)
8082
rainbow (2.1.0)
8183
rake (10.5.0)
8284
rb-fsevent (0.9.8)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CodeStyleValidation
2-
VERSION = '0.2.0'.freeze
2+
VERSION = '0.3.0'.freeze
33
end

0 commit comments

Comments
 (0)