Skip to content

Commit

Permalink
Allow any new version of spring
Browse files Browse the repository at this point in the history
Unless we know it is going to break, better to allow any version so
people can try.
  • Loading branch information
rafaelfranca committed Sep 21, 2022
1 parent d2abdae commit 3dfacc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-watcher-listen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "activesupport"

spec.add_dependency "spring", ">= 4", "< 5"
spec.add_dependency "spring", ">= 4"
spec.add_dependency "listen", ">= 2.7", '< 4.0'
end

0 comments on commit 3dfacc3

Please sign in to comment.