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

Commit a9bc8f7

Browse files
Bump spring from 2.1.1 to 4.1.1
Bumps [spring](https://github.com/rails/spring) from 2.1.1 to 4.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2faa6ba commit a9bc8f7

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
@@ -59,7 +59,7 @@ end
5959

6060
group :development do
6161
gem 'web-console', '~> 3.3'
62-
gem 'spring', '~> 2.1'
62+
gem 'spring', '~> 4.1'
6363
end
6464

6565
# Use ActiveModel has_secure_password

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ GEM
711711
sparql-client (3.2.1)
712712
net-http-persistent (~> 4.0, >= 4.0.1)
713713
rdf (~> 3.2, >= 3.2.6)
714-
spring (2.1.1)
714+
spring (4.1.1)
715715
sprockets (3.7.2)
716716
concurrent-ruby (~> 1.0)
717717
rack (> 1, < 3)
@@ -828,7 +828,7 @@ DEPENDENCIES
828828
sdoc (~> 2.5)
829829
sidekiq (~> 4.2)
830830
simplecov (~> 0.16)
831-
spring (~> 2.1)
831+
spring (~> 4.1)
832832
sqlite3 (~> 1.5)
833833
therubyracer (~> 0.12)
834834
thin (~> 1.8)

0 commit comments

Comments
 (0)