Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit d13e360

Browse files
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](rails/spring@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] <[email protected]>
1 parent 8b7b675 commit d13e360

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
group :development do
6161
gem 'travis', '~> 1.8'
6262
gem 'web-console', '~> 3.3'
63-
gem 'spring', '~> 2.1'
63+
gem 'spring', '~> 4.0'
6464
end
6565

6666
# Use ActiveModel has_secure_password

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ GEM
722722
sparql-client (3.0.1)
723723
net-http-persistent (>= 2.9, < 4)
724724
rdf (~> 3.0)
725-
spring (2.1.1)
725+
spring (4.0.0)
726726
sprockets (3.7.2)
727727
concurrent-ruby (~> 1.0)
728728
rack (> 1, < 3)
@@ -842,7 +842,7 @@ DEPENDENCIES
842842
sdoc (~> 2.2)
843843
sidekiq (~> 4.2)
844844
simplecov (~> 0.16)
845-
spring (~> 2.1)
845+
spring (~> 4.0)
846846
sqlite3 (~> 1.4)
847847
therubyracer (~> 0.12)
848848
thin (~> 1.8)

0 commit comments

Comments
 (0)