From 4f241ac6e9c1c4264f921253b5886ecf87e1a17f Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Thu, 29 Sep 2016 11:07:29 +0900 Subject: [PATCH] version 5.17.2 --- Gemfile.lock | 14 +++++++------- RELEASE.md | 4 ++++ bricolage.gemspec | 2 +- lib/bricolage/version.rb | 2 +- test/home/Gemfile.lock | 14 +++++++------- 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 774bb24..f94dacb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,22 @@ PATH remote: . specs: - bricolage (5.17.1) + bricolage (5.17.2) aws-sdk (~> 2) mysql2 - pg + pg (~> 0.18.0) redis (>= 3.0.0) td GEM remote: https://rubygems.org/ specs: - aws-sdk (2.6.0) - aws-sdk-resources (= 2.6.0) - aws-sdk-core (2.6.0) + aws-sdk (2.6.2) + aws-sdk-resources (= 2.6.2) + aws-sdk-core (2.6.2) jmespath (~> 1.0) - aws-sdk-resources (2.6.0) - aws-sdk-core (= 2.6.0) + aws-sdk-resources (2.6.2) + aws-sdk-core (= 2.6.2) coderay (1.1.0) fluent-logger (0.5.1) msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0) diff --git a/RELEASE.md b/RELEASE.md index 0f6bf5c..2c3a887 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Bricolage Release Note +## version 5.17.2 + +- [fix] Using CommandLineApplication with --environment option causes unexpected option error + ## version 5.17.1 - [fix] --dry-run option did not work for my-import job class. diff --git a/bricolage.gemspec b/bricolage.gemspec index 1412550..84c521f 100644 --- a/bricolage.gemspec +++ b/bricolage.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.require_path = 'lib' s.required_ruby_version = '>= 2.0.0' - s.add_dependency 'pg' + s.add_dependency 'pg', '~> 0.18.0' s.add_dependency 'aws-sdk', '~> 2' s.add_dependency 'mysql2' s.add_dependency 'td' diff --git a/lib/bricolage/version.rb b/lib/bricolage/version.rb index 473d867..baffb7f 100644 --- a/lib/bricolage/version.rb +++ b/lib/bricolage/version.rb @@ -1,4 +1,4 @@ module Bricolage APPLICATION_NAME = 'Bricolage' - VERSION = '5.17.1' + VERSION = '5.17.2' end diff --git a/test/home/Gemfile.lock b/test/home/Gemfile.lock index 9c743bc..a287b1a 100644 --- a/test/home/Gemfile.lock +++ b/test/home/Gemfile.lock @@ -1,22 +1,22 @@ PATH remote: ../.. specs: - bricolage (5.17.1) + bricolage (5.17.2) aws-sdk (~> 2) mysql2 - pg + pg (~> 0.18.0) redis (>= 3.0.0) td GEM remote: https://rubygems.org/ specs: - aws-sdk (2.6.0) - aws-sdk-resources (= 2.6.0) - aws-sdk-core (2.6.0) + aws-sdk (2.6.2) + aws-sdk-resources (= 2.6.2) + aws-sdk-core (2.6.2) jmespath (~> 1.0) - aws-sdk-resources (2.6.0) - aws-sdk-core (= 2.6.0) + aws-sdk-resources (2.6.2) + aws-sdk-core (= 2.6.2) coderay (1.1.0) fluent-logger (0.5.1) msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)