Skip to content

Commit

Permalink
Change to update pastel, strings and tty-screen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 5, 2020
1 parent b92a53a commit ce2bef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tty-table.gemspec
Expand Up @@ -26,9 +26,9 @@ Gem::Specification.new do |spec|

spec.add_dependency "equatable", "~> 0.6"
spec.add_dependency "necromancer", "~> 0.5"
spec.add_dependency "pastel", "~> 0.7.2"
spec.add_dependency "tty-screen", "~> 0.7"
spec.add_dependency "strings", "~> 0.1.5"
spec.add_dependency "pastel", "~> 0.8"
spec.add_dependency "tty-screen", "~> 0.8"
spec.add_dependency "strings", "~> 0.1.8"

spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.1"
Expand Down

0 comments on commit ce2bef2

Please sign in to comment.