diff --git a/Gemfile b/Gemfile index c2a937f5..4eb4d8aa 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ end group :development do gem 'bullet', '~> 5.9.0' - gem 'listen', '>= 3.0.5', '< 3.2' + gem 'listen', '>= 3.0.5', '< 3.7' gem 'ruby-progressbar', '~> 1.10' gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7e42701d..a87d7447 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM railties (>= 4.2.0) faker (1.9.3) i18n (>= 0.7) - ffi (1.10.0) + ffi (1.15.3) foreman (0.85.0) thor (~> 0.19.1) globalid (0.4.2) @@ -163,10 +163,9 @@ GEM activerecord kaminari-core (= 1.1.1) kaminari-core (1.1.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.6.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) local_time (2.1.0) loofah (2.2.3) crass (~> 1.0.2) @@ -177,7 +176,9 @@ GEM mimemagic (~> 0.3.2) metaclass (0.0.4) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -239,8 +240,8 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (12.3.2) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) ffi (~> 1.0) request_store (1.4.1) rack (>= 1.4) @@ -248,7 +249,6 @@ GEM actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) ruby-progressbar (1.10.1) - ruby_dep (1.5.0) rubyzip (1.2.2) safe_yaml (1.0.5) sass (3.7.3) @@ -333,7 +333,7 @@ DEPENDENCIES foreman hootstrap (~> 0.12.0) kaminari (~> 1.1) - listen (>= 3.0.5, < 3.2) + listen (>= 3.0.5, < 3.7) local_time (~> 2.1) minitest-ci minitest-rails-capybara