diff --git a/Gemfile.lock b/Gemfile.lock index f22249f..e7d6d40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bundler-organization_audit (0.1.2) + bundler-organization_audit (0.1.3) json GEM @@ -18,7 +18,7 @@ GEM specs: bump (0.3.9) diff-lcs (1.1.3) - json (1.7.7) + json (1.8.0) rake (10.0.3) rspec (2.12.0) rspec-core (~> 2.12.0) diff --git a/lib/bundler/organization_audit/version.rb b/lib/bundler/organization_audit/version.rb index 7dd3638..fdf28b1 100644 --- a/lib/bundler/organization_audit/version.rb +++ b/lib/bundler/organization_audit/version.rb @@ -1,5 +1,5 @@ module Bundler module OrganizationAudit - VERSION = "0.1.2" + VERSION = "0.1.3" end end