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 505d602 commit 6896b73Copy full SHA for 6896b73
Gemfile
@@ -36,7 +36,7 @@ end
36
37
group :development do
38
gem 'listen'
39
- gem 'spring', '~> 4.2.0' # TODO: investigate issue
+ gem 'spring'
40
gem 'spring-commands-rspec'
41
gem 'spring-watcher-listen'
42
gem 'web-console'
Gemfile.lock
@@ -299,7 +299,7 @@ GEM
299
rexml (~> 3.2)
300
rubocop (>= 1.0, < 2.0)
301
slim (>= 3.0, < 6.0)
302
- spring (4.2.1)
+ spring (4.3.0)
303
spring-commands-rspec (1.0.4)
304
spring (>= 0.9.1)
305
spring-watcher-listen (2.1.0)
@@ -378,7 +378,7 @@ DEPENDENCIES
378
simplecov-lcov
379
slim-rails (~> 3.7)
380
slim_lint
381
- spring (~> 4.2.0)
+ spring
382
spring-commands-rspec
383
spring-watcher-listen
384
turbo-rails (~> 2.0)
0 commit comments