diff --git a/Gemfile.lock b/Gemfile.lock index 239be74..2eb0ce1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-code_style_validation (0.2.0) + danger-code_style_validation (0.3.0) danger-plugin-api (~> 1.0) GEM @@ -19,7 +19,7 @@ GEM colored2 (3.1.2) cork (0.3.0) colored2 (~> 3.1) - danger (5.3.4) + danger (5.5.2) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -28,6 +28,7 @@ GEM faraday-http-cache (~> 1.0) git (~> 1) kramdown (~> 1.5) + no_proxy_fix octokit (~> 4.7) terminal-table (~> 1) danger-plugin-api (1.0.0) @@ -54,7 +55,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - kramdown (1.14.0) + kramdown (1.15.0) listen (3.0.7) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) @@ -63,6 +64,7 @@ GEM multipart-post (2.0.0) nap (1.1.0) nenv (0.3.0) + no_proxy_fix (0.1.1) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) @@ -76,7 +78,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (2.0.5) + public_suffix (3.0.0) rainbow (2.1.0) rake (10.5.0) rb-fsevent (0.9.8) diff --git a/lib/code_style_validation/gem_version.rb b/lib/code_style_validation/gem_version.rb index a46d2c1..e131794 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.2.0'.freeze + VERSION = '0.3.0'.freeze end