Skip to content

Commit

Permalink
Merge pull request #790 from diowa/dependabot/bundler/spring-watcher-…
Browse files Browse the repository at this point in the history
…listen-and-spring-2.1.0

Bump spring-watcher-listen and spring
  • Loading branch information
tagliala authored Sep 26, 2022
2 parents 3687710 + 36f80ec commit a191eee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ end

group :development do
gem 'listen', '~> 3.7'
gem 'spring', '~> 2.1'
gem 'spring', '~> 4.1'
gem 'spring-commands-rspec', '~> 1.0'
gem 'spring-watcher-listen', '~> 2.0'
gem 'spring-watcher-listen', '~> 2.1'
gem 'web-console', '~> 4.2'
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ GEM
slim_lint (0.22.1)
rubocop (>= 0.78.0)
slim (>= 3.0, < 5.0)
spring (2.1.1)
spring (4.1.0)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-watcher-listen (2.0.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
spring (>= 4)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -320,9 +320,9 @@ DEPENDENCIES
simplecov-lcov (~> 0.8.0)
slim-rails (~> 3.5)
slim_lint (~> 0.22.1)
spring (~> 2.1)
spring (~> 4.1)
spring-commands-rspec (~> 1.0)
spring-watcher-listen (~> 2.0)
spring-watcher-listen (~> 2.1)
turbo-rails (~> 1.3)
tzinfo-data (~> 1.2019)
web-console (~> 4.2)
Expand Down

0 comments on commit a191eee

Please sign in to comment.