Skip to content

Commit 6896b73

Browse files
committed
Update spring
1 parent 505d602 commit 6896b73

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
@@ -36,7 +36,7 @@ end
3636

3737
group :development do
3838
gem 'listen'
39-
gem 'spring', '~> 4.2.0' # TODO: investigate issue
39+
gem 'spring'
4040
gem 'spring-commands-rspec'
4141
gem 'spring-watcher-listen'
4242
gem 'web-console'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ GEM
299299
rexml (~> 3.2)
300300
rubocop (>= 1.0, < 2.0)
301301
slim (>= 3.0, < 6.0)
302-
spring (4.2.1)
302+
spring (4.3.0)
303303
spring-commands-rspec (1.0.4)
304304
spring (>= 0.9.1)
305305
spring-watcher-listen (2.1.0)
@@ -378,7 +378,7 @@ DEPENDENCIES
378378
simplecov-lcov
379379
slim-rails (~> 3.7)
380380
slim_lint
381-
spring (~> 4.2.0)
381+
spring
382382
spring-commands-rspec
383383
spring-watcher-listen
384384
turbo-rails (~> 2.0)

0 commit comments

Comments
 (0)