diff --git a/Gemfile b/Gemfile index b4deff3a..c85d4589 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ end group :development do gem 'listen' - gem 'spring', '~> 4.2.0' # TODO: investigate issue + gem 'spring' gem 'spring-commands-rspec' gem 'spring-watcher-listen' gem 'web-console' diff --git a/Gemfile.lock b/Gemfile.lock index 341499b5..ecbc8543 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ GEM rexml (~> 3.2) rubocop (>= 1.0, < 2.0) slim (>= 3.0, < 6.0) - spring (4.2.1) + spring (4.3.0) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-watcher-listen (2.1.0) @@ -378,7 +378,7 @@ DEPENDENCIES simplecov-lcov slim-rails (~> 3.7) slim_lint - spring (~> 4.2.0) + spring spring-commands-rspec spring-watcher-listen turbo-rails (~> 2.0)