diff --git a/Gemfile b/Gemfile index ab3e4b0..7168279 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '<= 3.2.0' + gem 'listen', '>= 3.0.5', '<= 3.3.3' # 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' diff --git a/Gemfile.lock b/Gemfile.lock index 7dfe650..be76ec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,14 +70,14 @@ GEM execjs (2.7.0) faraday (0.12.1) multipart-post (>= 1.2, < 3) - ffi (1.11.1) + ffi (1.13.1) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.2) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - listen (3.2.0) + listen (3.3.3) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.4.0) @@ -128,8 +128,8 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (13.0.1) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) ffi (~> 1.0) redis (4.1.2) rubyzip (2.0.0) @@ -196,7 +196,7 @@ DEPENDENCIES capybara (~> 2.13) coffee-rails (~> 4.2) jbuilder (~> 2.5) - listen (>= 3.0.5, <= 3.2.0) + listen (>= 3.0.5, <= 3.3.3) puma (~> 3.7) rails (~> 5.2.4) sass-rails (~> 5.0)