Skip to content

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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2023
1 parent b3fd8f5 commit 4511630
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 @@ -72,7 +72,7 @@ group :development, :test do
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'spring', '~>2.1.1' # remove constraint once on or past rails 5.2
gem 'spring', '~>4.1.1' # remove constraint once on or past rails 5.2
gem 'sprockets', '~>3.7'
gem 'ten_years_rails'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ GEM
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
spring (2.1.1)
spring (4.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
sidekiq-congestion (~> 0.1.0)
sidekiq-cron
sidekiq-unique-jobs
spring (~> 2.1.1)
spring (~> 4.1.1)
spring-commands-rspec
sprockets (~> 3.7)
standby
Expand Down

0 comments on commit 4511630

Please sign in to comment.