diff --git a/Gemfile b/Gemfile index dfdad55..53f0f72 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,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.2' + gem 'listen', '~> 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 cc99258..0df7b1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,14 +75,14 @@ GEM concurrent-ruby (1.1.7) crass (1.0.6) erubi (1.10.0) - ffi (1.13.1) + ffi (1.15.0) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.5) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) - listen (3.3.1) + listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.8.0) @@ -93,7 +93,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) @@ -199,7 +201,7 @@ DEPENDENCIES byebug capybara (>= 2.15) jbuilder (~> 2.7) - listen (~> 3.2) + listen (~> 3.5) puma (~> 4.1) rails (~> 6.0.3, >= 6.0.3.4) sass-rails (>= 6)