Skip to content

Commit

Permalink
Bump spring from 4.1.0 to 4.1.1 in /demo
Browse files Browse the repository at this point in the history
Bumps [spring](https://github.com/rails/spring) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/rails/spring/releases)
- [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md)
- [Commits](rails/spring@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: spring
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent f1b3a27 commit 936d55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem "lookbook", "~> 2.1.1" unless rails_version.to_f < 7

group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "spring", "~> 4.0"
gem "spring", "~> 4.1"
gem "spring-watcher-listen", "~> 2.1"
gem "hotwire-livereload", "~> 1.1"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Expand Down
4 changes: 2 additions & 2 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
spring (4.1.0)
spring (4.1.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
Expand Down Expand Up @@ -398,7 +398,7 @@ DEPENDENCIES
rack-cors
railties (= 7.0.3)
rake (~> 13.0)
spring (~> 4.0)
spring (~> 4.1)
spring-watcher-listen (~> 2.1)
sprockets
sprockets-rails
Expand Down

0 comments on commit 936d55f

Please sign in to comment.