Skip to content

Commit

Permalink
version 5.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aamine committed Sep 29, 2016
1 parent 96adf9a commit 4f241ac
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bricolage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/bricolage/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Bricolage
APPLICATION_NAME = 'Bricolage'
VERSION = '5.17.1'
VERSION = '5.17.2'
end
14 changes: 7 additions & 7 deletions test/home/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4f241ac

Please sign in to comment.