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

Commit 08e905e

Browse files
build(deps-dev): bump spring and spring-watcher-listen (#115)
* build(deps-dev): bump spring and spring-watcher-listen Bumps [spring](https://github.com/rails/spring) and [spring-watcher-listen](https://github.com/jonleighton/spring-watcher-listen). These dependencies needed to be updated together. Updates `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) Updates `spring-watcher-listen` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/jonleighton/spring-watcher-listen/releases) - [Commits](rails/spring-watcher-listen@v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major - dependency-name: spring-watcher-listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * ci: 🎡 test環境 では cache_class しないように修正 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Osamu Takiya <[email protected]>
1 parent 278cb26 commit 08e905e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :development do
2323
gem 'web-console', '>= 3.3.0'
2424
gem 'listen', '>= 3.0.5', '< 3.8'
2525
gem 'spring'
26-
gem 'spring-watcher-listen', '~> 2.0.0'
26+
gem 'spring-watcher-listen', '~> 2.1.0'
2727
end
2828

2929
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ GEM
186186
rake (>= 0.13)
187187
thor (~> 1.0)
188188
rake (13.0.6)
189-
rb-fsevent (0.11.0)
189+
rb-fsevent (0.11.2)
190190
rb-inotify (0.10.1)
191191
ffi (~> 1.0)
192192
regexp_parser (2.6.0)
@@ -208,10 +208,10 @@ GEM
208208
rubyzip (>= 1.2.2, < 3.0)
209209
websocket (~> 1.0)
210210
simple_oauth (0.3.1)
211-
spring (2.1.1)
212-
spring-watcher-listen (2.0.1)
211+
spring (4.1.0)
212+
spring-watcher-listen (2.1.0)
213213
listen (>= 2.7, < 4.0)
214-
spring (>= 1.2, < 3.0)
214+
spring (>= 4)
215215
sprockets (4.0.2)
216216
concurrent-ruby (~> 1.0)
217217
rack (> 1, < 3)
@@ -276,7 +276,7 @@ DEPENDENCIES
276276
sass-rails (~> 6.0)
277277
selenium-webdriver
278278
spring
279-
spring-watcher-listen (~> 2.0.0)
279+
spring-watcher-listen (~> 2.1.0)
280280
turbolinks (~> 5)
281281
twitter
282282
tzinfo-data

config/environments/test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# test suite. You never need to work with it otherwise. Remember that
66
# your test database is "scratch space" for the test suite and is wiped
77
# and recreated between test runs. Don't rely on the data there!
8-
config.cache_classes = true
8+
config.cache_classes = false
99

1010
# Do not eager load code on boot. This avoids loading your whole application
1111
# just for the purpose of running a single test. If you are using a tool that

0 commit comments

Comments
 (0)