diff --git a/Gemfile.lock b/Gemfile.lock index 4da802e..239be74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - danger-code_style_validation (0.1.0) + danger-code_style_validation (0.2.0) danger-plugin-api (~> 1.0) GEM remote: https://rubygems.org/ specs: - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) ast (2.3.0) claide (1.0.2) claide-plugins (0.9.2) @@ -33,7 +33,7 @@ GEM danger-plugin-api (1.0.0) danger (> 2.0) diff-lcs (1.2.5) - faraday (0.13.0) + faraday (0.13.1) multipart-post (>= 1.2, < 3) faraday-http-cache (1.3.1) faraday (~> 0.8) diff --git a/lib/code_style_validation/gem_version.rb b/lib/code_style_validation/gem_version.rb index 124d6d2..a46d2c1 100755 --- a/lib/code_style_validation/gem_version.rb +++ b/lib/code_style_validation/gem_version.rb @@ -1,3 +1,3 @@ module CodeStyleValidation - VERSION = '0.1.0'.freeze + VERSION = '0.2.0'.freeze end