Skip to content

Commit

Permalink
Change version constraints for runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 10, 2021
1 parent 46e0111 commit e4de5ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions minehunter.gemspec
Expand Up @@ -26,12 +26,12 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"

spec.add_dependency "pastel", "~> 0.8"
spec.add_dependency "tty-box", "~> 0.7"
spec.add_dependency "tty-cursor", "~> 0.7"
spec.add_dependency "pastel", "~> 0.8.0"
spec.add_dependency "tty-box", "~> 0.7.0"
spec.add_dependency "tty-cursor", "~> 0.7.1"
spec.add_dependency "tty-option", "~> 0.2.0"
spec.add_dependency "tty-reader", "~> 0.9"
spec.add_dependency "tty-screen", "~> 0.8"
spec.add_dependency "tty-reader", "~> 0.9.0"
spec.add_dependency "tty-screen", "~> 0.8.1"

spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", ">= 3.0"
Expand Down

0 comments on commit e4de5ef

Please sign in to comment.