Skip to content

Commit 5cd1538

Browse files
committed
Update spring
1 parent 3da7728 commit 5cd1538

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
@@ -34,7 +34,7 @@ end
3434

3535
group :development do
3636
gem 'listen'
37-
gem 'spring', '~> 4.2.0' # TODO: investigate issue
37+
gem 'spring'
3838
gem 'spring-commands-rspec'
3939
gem 'spring-watcher-listen'
4040
gem 'web-console'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ GEM
301301
rexml (~> 3.2)
302302
rubocop (>= 1.0, < 2.0)
303303
slim (>= 3.0, < 6.0)
304-
spring (4.2.1)
304+
spring (4.3.0)
305305
spring-commands-rspec (1.0.4)
306306
spring (>= 0.9.1)
307307
spring-watcher-listen (2.1.0)
@@ -381,7 +381,7 @@ DEPENDENCIES
381381
simplecov-lcov
382382
slim-rails (~> 3.7)
383383
slim_lint
384-
spring (~> 4.2.0)
384+
spring
385385
spring-commands-rspec
386386
spring-watcher-listen
387387
turbo-rails (~> 2.0)

0 commit comments

Comments
 (0)