diff --git a/Gemfile b/Gemfile index 8d2663a..b092814 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ end group :development do gem 'web-console', '>= 3.3.0' - gem 'listen', '>= 3.0.5', '< 3.2' + gem 'listen', '>= 3.0.5', '< 3.5' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end diff --git a/Gemfile.lock b/Gemfile.lock index df6b120..14c5aa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,10 +120,9 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - 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.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -213,7 +212,6 @@ GEM rspec-support (3.10.2) ruby-vips (2.0.17) ffi (~> 1.9) - ruby_dep (1.5.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -289,7 +287,7 @@ DEPENDENCIES faker font_awesome5_rails jquery-rails - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.5) mysql2 (>= 0.4.4, < 0.6.0) pry-rails puma (~> 5.2)