Skip to content

Commit 935e82d

Browse files
Bump spring from 4.6.0 to 4.7.0 in /demo (#4118)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67fe9e7 commit 935e82d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem "cssbundling-rails", "~> 1.4"
4545

4646
group :development do
4747
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
48-
gem "spring", "~> 4.6"
48+
gem "spring", "~> 4.7"
4949
gem "spring-watcher-listen", "~> 2.1"
5050
gem "hotwire-livereload", "~> 2.1"
5151

demo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ GEM
329329
faraday (>= 0.17.5, < 3.a)
330330
jwt (>= 1.5, < 4.0)
331331
multi_json (~> 1.10)
332-
spring (4.6.0)
332+
spring (4.7.0)
333333
spring-watcher-listen (2.1.0)
334334
listen (>= 2.7, < 4.0)
335335
spring (>= 4)
@@ -399,7 +399,7 @@ DEPENDENCIES
399399
rack-cors
400400
railties (= 7.2.2.1)
401401
rake (~> 13.4)
402-
spring (~> 4.6)
402+
spring (~> 4.7)
403403
spring-watcher-listen (~> 2.1)
404404
sprockets
405405
sprockets-rails

0 commit comments

Comments
 (0)