Skip to content

Commit

Permalink
Change to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Aug 5, 2019
1 parent c6e34dd commit 000d5c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'simplecov', '~> 0.12.0'
gem 'coveralls', '~> 0.8.0'
gem 'simplecov', '~> 0.16.1'
gem 'coveralls', '~> 0.8.22'
end
8 changes: 4 additions & 4 deletions tty-editor.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = "tty-editor"
spec.version = TTY::Editor::VERSION
spec.authors = ["Piotr Murach"]
spec.email = [""]
spec.email = ["me@piotrmurach.com"]

spec.summary = %q{Opens a file or text in the user's preferred editor.}
spec.description = %q{Opens a file or text in the user's preferred editor.}
Expand All @@ -20,10 +20,10 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency 'tty-prompt', '~> 0.18'
spec.add_dependency 'tty-prompt', '~> 0.19'
spec.add_dependency 'tty-which', '~> 0.4'

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 000d5c0

Please sign in to comment.