Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
build(deps-dev): bump spring and spring-watcher-listen
Browse files Browse the repository at this point in the history
Bumps [spring](https://github.com/rails/spring) and [spring-watcher-listen](https://github.com/jonleighton/spring-watcher-listen). These dependencies needed to be updated together.

Updates `spring` from 2.1.1 to 4.1.0
- [Release notes](https://github.com/rails/spring/releases)
- [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md)
- [Commits](rails/spring@v2.1.1...v4.1.0)

Updates `spring-watcher-listen` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/jonleighton/spring-watcher-listen/releases)
- [Commits](rails/spring-watcher-listen@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: spring
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: spring-watcher-listen
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2022
1 parent bdf3d84 commit a170909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :development do
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.8'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'spring-watcher-listen', '~> 2.1.0'
end

gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
rake (>= 0.13)
thor (~> 1.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
Expand All @@ -205,10 +205,10 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
simple_oauth (0.3.1)
spring (2.1.1)
spring-watcher-listen (2.0.1)
spring (4.1.0)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
spring (>= 4)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -272,7 +272,7 @@ DEPENDENCIES
sass-rails (~> 6.0)
selenium-webdriver
spring
spring-watcher-listen (~> 2.0.0)
spring-watcher-listen (~> 2.1.0)
turbolinks (~> 5)
twitter
tzinfo-data
Expand Down

0 comments on commit a170909

Please sign in to comment.