Skip to content

Commit

Permalink
Change gemspec to remove rspec upper version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed May 31, 2021
1 parent ad7523b commit 59caba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty-editor.gemspec
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "tty-prompt", "~> 0.22"

spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rspec", ">= 3.0"
end

0 comments on commit 59caba5

Please sign in to comment.