Skip to content

Commit

Permalink
bump term-ansicolor in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 18, 2012
1 parent a73dce5 commit e0b5928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
foreman (0.36.0)
term-ansicolor (~> 1.0.5)
term-ansicolor (~> 1.0.7)
thor (>= 0.13.6)

GEM
Expand Down
2 changes: 1 addition & 1 deletion foreman.gemspec
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |gem|
gem.files = Dir["**/*"].select { |d| d =~ %r{^(README|bin/|data/|ext/|lib/|spec/|test/)} }
gem.files << "man/foreman.1"

gem.add_dependency 'term-ansicolor', '~> 1.0.5'
gem.add_dependency 'term-ansicolor', '~> 1.0.7'
gem.add_dependency 'thor', '>= 0.13.6'
end

0 comments on commit e0b5928

Please sign in to comment.