Bump spring from 2.1.1 to 4.0.0

Bumps [spring](https://github.com/rails/spring) from 2.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/v2.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>
This commit is contained in:
dependabot[bot] 2022-07-09 00:46:29 +00:00 committed by Karina Kwiatek
parent 7ea8064b53
commit bc2137ff7f
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ gem "jwt", "~> 2.4"
group :development do
gem "binding_of_caller"
gem "byebug"
gem "spring", "~> 2.0"
gem "spring", "~> 4.0"
gem "web-console", "~> 4.0"
end

View File

@ -509,7 +509,7 @@ GEM
json
simplecov
simplecov_json_formatter (0.1.3)
spring (2.1.1)
spring (4.0.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@ -642,7 +642,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
simplecov-json
spring (~> 2.0)
spring (~> 4.0)
timecop
turbolinks (~> 2.5.3)
twitter