diff --git a/Gemfile b/Gemfile index e8caae1..b06114b 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,6 @@ group :development do gem 'listen', '>= 3.0.5', '< 3.2' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring', '~> 4.1', '>= 4.1.1' - gem 'spring-watcher-listen', '~> 2.1' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 4c96335..8a7b4c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,9 +176,6 @@ GEM actionpack (>= 5.2) activemodel (>= 5.2) spring (4.1.1) - spring-watcher-listen (2.1.0) - listen (>= 2.7, < 4.0) - spring (>= 4) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -228,7 +225,6 @@ DEPENDENCIES selenium-webdriver (~> 4.13, >= 4.13.1) simple_form spring (~> 4.1, >= 4.1.1) - spring-watcher-listen (~> 2.1) sqlite3 turbolinks (~> 5) tzinfo-data