Skip to content

Commit

Permalink
Change to relax dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jun 15, 2019
1 parent f457100 commit ce799c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tty-font.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = "tty-font"
spec.version = TTY::Font::VERSION
spec.authors = ["Piotr Murach"]
spec.email = []
spec.email = ["me@piotrmurach.com"]
spec.summary = %q{Terminal fonts}
spec.description = %q{Write text in large stylized characters using a variety of terminal friendly fonts.}
spec.homepage = 'https://github.com/piotrmurach/tty-spinner'
Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "bundler", ">= 1.5"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rake"
end

0 comments on commit ce799c2

Please sign in to comment.