diff --git a/Gemfile b/Gemfile index ad663ff..78fede7 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 4.0' - gem 'listen', '~> 3.0.5' + gem 'listen', '~> 3.7.1' # 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 bc17069..f6cab47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,9 +193,9 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -356,7 +356,7 @@ DEPENDENCIES jbuilder (~> 2.0) jquery-rails kaminari - listen (~> 3.0.5) + listen (~> 3.7.1) paranoia pg pry-rails