diff --git a/Gemfile b/Gemfile index 8c71a4ee..5263cfc3 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ end group :development do gem 'listen' - gem 'spring', '~> 4.2.0' # TODO: investigate issue + gem 'spring', github: 'rails/spring' gem 'spring-commands-rspec' gem 'spring-watcher-listen' gem 'web-console' diff --git a/Gemfile.lock b/Gemfile.lock index 47829fe0..a37e1028 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: https://github.com/rails/spring.git + revision: 0b8dfae4ba95a635856b3dc32495ccce6b513241 + specs: + spring (4.4.0) + GEM remote: https://rubygems.org/ specs: @@ -301,7 +307,6 @@ GEM rexml (~> 3.2) rubocop (>= 1.0, < 2.0) slim (>= 3.0, < 6.0) - spring (4.2.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) spring-watcher-listen (2.1.0) @@ -381,7 +386,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)