Skip to content

Commit

Permalink
chore: fix spring minimum version to 4.1.0
Browse files Browse the repository at this point in the history
To prevent spring from being intentionally downgraded
  • Loading branch information
mugijiru committed Jan 12, 2024
1 parent a411416 commit 5f78609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'letter_opener_web', '~> 1.0'
gem 'reek', require: false
gem 'spring'
gem 'spring', '>= 4.1.0'
gem 'spring-commands-rspec'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'spring-watcher-listen', '>= 2.0.0'
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@ DEPENDENCIES
sassc-rails (>= 2.1.0)
selenium-webdriver
simplecov (~> 0.17.1)
spring
spring (>= 4.1.0)
spring-commands-rspec
spring-watcher-listen (~> 2.0.0)
spring-watcher-listen (>= 2.0.0)
sprockets (~> 3.7.2)
turbolinks (~> 5)
tzinfo-data
Expand Down

0 comments on commit 5f78609

Please sign in to comment.