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

Commit 9099d19

Browse files
Bump spring from 2.1.1 to 4.1.0
Bumps [spring](https://github.com/rails/spring) from 2.1.1 to 4.1.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.1.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 482abdc commit 9099d19

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
@@ -707,7 +707,7 @@ GEM
707707
sparql-client (3.2.1)
708708
net-http-persistent (~> 4.0, >= 4.0.1)
709709
rdf (~> 3.2, >= 3.2.6)
710-
spring (2.1.1)
710+
spring (4.1.0)
711711
sprockets (3.7.2)
712712
concurrent-ruby (~> 1.0)
713713
rack (> 1, < 3)
@@ -823,7 +823,7 @@ DEPENDENCIES
823823
sdoc (~> 2.1)
824824
sidekiq (~> 4.2)
825825
simplecov (~> 0.16)
826-
spring (~> 2.1)
826+
spring (~> 4.1)
827827
sqlite3 (~> 1.5)
828828
therubyracer (~> 0.12)
829829
thin (~> 1.8)

0 commit comments

Comments
 (0)