Merge pull request #2692 from TracksApp/dependabot/bundler/spring-4.0.0

Bump spring from 3.1.1 to 4.0.0
This commit is contained in:
Jyri-Petteri Paloposki 2022-08-14 14:35:47 +03:00 committed by GitHub
commit 6e27633f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ gem 'mysql2', '~> 0.5.4', group: :mysql
gem 'pg', '~> 1.4.3', group: :postgresql
group :development do
gem 'spring', '~> 3'
gem 'spring', '~> 4'
gem 'yard'
gem 'tolk', '~> 4.3.0'

View file

@ -284,7 +284,7 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
spring (3.1.1)
spring (4.0.0)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@ -365,7 +365,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.2)
simplecov
solargraph
spring (~> 3)
spring (~> 4)
sqlite3
therubyracer
tolk (~> 4.3.0)