Skip to content

Commit c52c367

Browse files
author
Nikolay Kasyanov
committed
Bumps version
1 parent c233e69 commit c52c367

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

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

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.5.1)
11-
public_suffix (~> 2.0, >= 2.0.2)
10+
addressable (2.5.2)
11+
public_suffix (>= 2.0.2, < 4.0)
1212
ast (2.3.0)
1313
claide (1.0.2)
1414
claide-plugins (0.9.2)
@@ -33,7 +33,7 @@ GEM
3333
danger-plugin-api (1.0.0)
3434
danger (> 2.0)
3535
diff-lcs (1.2.5)
36-
faraday (0.13.0)
36+
faraday (0.13.1)
3737
multipart-post (>= 1.2, < 3)
3838
faraday-http-cache (1.3.1)
3939
faraday (~> 0.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.1.0'.freeze
2+
VERSION = '0.2.0'.freeze
33
end

0 commit comments

Comments
 (0)