Skip to content

Commit

Permalink
bump docker-compose to 1.0.1 to have ruby 2.0 support, #149
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 3, 2016
1 parent f06f1e0 commit 8939fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.0'
s.add_runtime_dependency 'thor', '~> 0.19', '>= 0.19.0'
s.add_runtime_dependency 'gem_update_checker', '~> 0.2.0', '>= 0.2.0'
s.add_runtime_dependency 'docker-compose', '1.0.0'
s.add_runtime_dependency 'docker-compose', '1.0.1'
s.add_runtime_dependency 'terminal-notifier', '1.6.3'
end

0 comments on commit 8939fce

Please sign in to comment.