We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da7728 commit 5cd1538Copy full SHA for 5cd1538
Gemfile
@@ -34,7 +34,7 @@ end
34
35
group :development do
36
gem 'listen'
37
- gem 'spring', '~> 4.2.0' # TODO: investigate issue
+ gem 'spring'
38
gem 'spring-commands-rspec'
39
gem 'spring-watcher-listen'
40
gem 'web-console'
Gemfile.lock
@@ -301,7 +301,7 @@ GEM
301
rexml (~> 3.2)
302
rubocop (>= 1.0, < 2.0)
303
slim (>= 3.0, < 6.0)
304
- spring (4.2.1)
+ spring (4.3.0)
305
spring-commands-rspec (1.0.4)
306
spring (>= 0.9.1)
307
spring-watcher-listen (2.1.0)
@@ -381,7 +381,7 @@ DEPENDENCIES
381
simplecov-lcov
382
slim-rails (~> 3.7)
383
slim_lint
384
- spring (~> 4.2.0)
+ spring
385
spring-commands-rspec
386
spring-watcher-listen
387
turbo-rails (~> 2.0)
0 commit comments