diff --git a/Gemfile.lock b/Gemfile.lock index c33aba9..f665e31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - locomotivecms_common (0.0.3) + locomotivecms_common (0.0.4) activesupport (~> 4.2.1) colorize stringex (~> 2.5.2) @@ -17,7 +17,7 @@ GEM tzinfo (~> 1.1) codeclimate-test-reporter (0.4.7) simplecov (>= 0.7.1, < 1.0.0) - colorize (0.7.5) + colorize (0.7.7) coveralls (0.7.12) multi_json (~> 1.10) rest-client (>= 1.6.8, < 2) @@ -33,7 +33,7 @@ GEM i18n (0.7.0) json (1.8.2) mime-types (2.4.3) - minitest (5.5.1) + minitest (5.6.0) multi_json (1.11.0) netrc (0.10.3) rake (10.2.2) diff --git a/lib/locomotive/common/version.rb b/lib/locomotive/common/version.rb index 887ac1a..4c4ea95 100644 --- a/lib/locomotive/common/version.rb +++ b/lib/locomotive/common/version.rb @@ -1,5 +1,5 @@ module Locomotive module Common - VERSION = '0.0.3' + VERSION = '0.0.4' end end