diff --git a/Gemfile b/Gemfile index 7686bb8..e294ad8 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '< 3.2' + gem 'listen', '>= 3.0.5', '< 3.5' # 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 3b52339..3a8500f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM erubi (1.9.0) faker (2.11.0) i18n (>= 1.6, < 2) - ffi (1.12.2) + ffi (1.14.2) foreman (0.87.1) globalid (0.4.2) activesupport (>= 4.2.0) @@ -93,10 +93,9 @@ GEM jbuilder (2.10.0) activesupport (>= 5.0.0) jsonapi-renderer (0.2.2) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + listen (3.4.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -160,7 +159,6 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.7.0) - ruby_dep (1.5.0) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -225,7 +223,7 @@ DEPENDENCIES faker foreman jbuilder (~> 2.7) - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.5) pg puma (~> 4.1) rack-cors