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

Commit

Permalink
Bump spring from 2.1.1 to 4.1.1
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2023
1 parent 1775c51 commit 0aa0bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end

group :development do
gem 'web-console', '~> 3.3'
gem 'spring', '~> 2.1'
gem 'spring', '~> 4.1'
end

# Use ActiveModel has_secure_password
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ GEM
sparql-client (3.2.1)
net-http-persistent (~> 4.0, >= 4.0.1)
rdf (~> 3.2, >= 3.2.6)
spring (2.1.1)
spring (4.1.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -828,7 +828,7 @@ DEPENDENCIES
sdoc (~> 2.5)
sidekiq (~> 4.2)
simplecov (~> 0.16)
spring (~> 2.1)
spring (~> 4.1)
sqlite3 (~> 1.6)
therubyracer (~> 0.12)
thin (~> 1.8)
Expand Down

0 comments on commit 0aa0bcd

Please sign in to comment.