diff --git a/Gemfile b/Gemfile index 0b94698f..92fed5c0 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,6 @@ group :development do gem "rails_layout" gem "spring" gem "spring-commands-rspec" - gem "spring-watcher-listen", "~> 2.0.0" gem "web-console", ">= 3.3.0" end diff --git a/Gemfile.lock b/Gemfile.lock index c6e6c8e6..e5f158d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -323,12 +323,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - spring (2.1.1) + spring (4.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - spring-watcher-listen (2.0.1) - listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) sprockets (4.2.0) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -404,7 +401,6 @@ DEPENDENCIES simplecov spring spring-commands-rspec - spring-watcher-listen (~> 2.0.0) standard turbolinks (~> 5) tzinfo-data