Skip to content

Commit

Permalink
Support spring 3.0
Browse files Browse the repository at this point in the history
This loosens the version query for spring to support [the newly released 3.0](https://github.com/rails/spring/blob/master/CHANGELOG.md#300). [The changes](rails/spring@v2.1.1...v3.0.0) appear to be mostly around dropping support for older Rails versions, so there shouldn't be any changes needed in this library.
  • Loading branch information
timdorr authored Sep 13, 2021
1 parent c4bfe15 commit d61ae74
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", ">= 1.2", "< 3.0"
spec.add_dependency "spring", ">= 1.2", "< 4.0"
spec.add_dependency "listen", ">= 2.7", '< 4.0'
end

0 comments on commit d61ae74

Please sign in to comment.