diff --git a/Gemfile b/Gemfile index db4accfb..71d9f2fd 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :development, :test do end group :development do - gem 'listen', '~> 3.1.5' + gem 'listen', '~> 3.4.0' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' gem 'web-console', '>= 3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..a4449b04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM i18n (>= 1.6, < 2) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.13.1) + ffi (1.14.2) formatador (0.2.5) gds_metrics (0.1.0) prometheus-client-mmap (= 0.9.1) @@ -209,10 +209,9 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) - 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.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) lograge (0.11.2) actionpack (>= 4) activesupport (>= 4) @@ -342,7 +341,6 @@ GEM rubocop-rspec (1.35.0) rubocop (>= 0.60.0) ruby-progressbar (1.10.1) - ruby_dep (1.5.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) rubyzip (2.3.0) @@ -447,7 +445,7 @@ DEPENDENCIES jquery-rails jquery-ui-rails (~> 5.0, >= 5.0.5) kaminari - listen (~> 3.1.5) + listen (~> 3.4.0) lograge (~> 0.11.2) logstash-event (~> 1.2, >= 1.2.02) pg (~> 1.1)