Skip to content

Commit

Permalink
Change to update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Aug 6, 2019
1 parent f121ac4 commit 8d2d00b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tty-command.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = "tty-command"
spec.version = TTY::Command::VERSION
spec.authors = ["Piotr Murach"]
spec.email = [""]
spec.email = ["me@piotrmurach.com"]

spec.summary = %q{Execute shell commands with pretty output logging and capture their stdout, stderr and exit status.}
spec.description = %q{Execute shell commands with pretty output logging and capture their stdout, stderr and exit status. Redirect stdin, stdout and stderr of each command to a file or a string.}
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'pastel', '~> 0.7.0'

spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'bundler', '>= 1.5.0'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'
end

0 comments on commit 8d2d00b

Please sign in to comment.