Bump spring from 3.1.1 to 4.0.0 (#15727)
Bumps [spring](https://github.com/rails/spring) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v3.1.1...v4.0.0) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
421dad2900
commit
ab52c507d4
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -154,7 +154,7 @@ group :development, :test do
|
|||
gem "rubocop-rails", "~> 2.12", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rspec", "~> 2.6", require: false # Code style checking for RSpec files
|
||||
gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails
|
||||
gem "spring", "~> 3.1" # Preloads your application so things like console, rake and tests run faster
|
||||
gem "spring", "~> 4.0" # Preloads your application so things like console, rake and tests run faster
|
||||
gem "spring-commands-rspec", "~> 1.0" # rspec command for spring
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -806,7 +806,7 @@ GEM
|
|||
thor (~> 1.0)
|
||||
tilt (~> 2.0)
|
||||
yard (~> 0.9, >= 0.9.24)
|
||||
spring (3.1.1)
|
||||
spring (4.0.0)
|
||||
spring-commands-rspec (1.0.4)
|
||||
spring (>= 0.9.1)
|
||||
sprockets (4.0.2)
|
||||
|
|
@ -1048,7 +1048,7 @@ DEPENDENCIES
|
|||
simplecov (~> 0.21.2)
|
||||
slack-notifier (~> 2.4)
|
||||
solargraph (~> 0.44)
|
||||
spring (~> 3.1)
|
||||
spring (~> 4.0)
|
||||
spring-commands-rspec (~> 1.0)
|
||||
sprockets (~> 4.0)
|
||||
staccato (~> 0.5)
|
||||
|
|
|
|||
BIN
vendor/cache/spring-3.1.1.gem
vendored
BIN
vendor/cache/spring-3.1.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/spring-4.0.0.gem
vendored
Normal file
BIN
vendor/cache/spring-4.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue