diff --git a/Gemfile b/Gemfile index 344c970..0cba43e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ group :development do gem 'listen', '>= 3.0.5', '< 3.7' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'spring-watcher-listen', '~> 2.0.0' + gem 'spring-watcher-listen', '~> 2.1.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index baa187e..b205585 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) - ffi (1.15.3) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -141,7 +141,7 @@ GEM rake (>= 0.13) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.11.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.1.1) @@ -159,10 +159,10 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - spring (2.1.1) - spring-watcher-listen (2.0.1) + spring (4.1.0) + spring-watcher-listen (2.1.0) listen (>= 2.7, < 4.0) - spring (>= 1.2, < 3.0) + spring (>= 4) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -209,7 +209,7 @@ DEPENDENCIES sass-rails (>= 6) selenium-webdriver spring - spring-watcher-listen (~> 2.0.0) + spring-watcher-listen (~> 2.1.0) tzinfo-data web-console (>= 3.3.0) webdrivers