diff --git a/Gemfile b/Gemfile index 7b834518..5d5a8221 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :development, :test do end group :development do - gem 'listen', '~> 3.5' + gem 'listen', '~> 3.6' gem 'rubocop', require: false # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index d7d41964..bcb4cf91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM railties (>= 5.0.0) fast_jsonapi (1.5) activesupport (>= 4.2) - ffi (1.15.1) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -105,7 +105,7 @@ GEM image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - listen (3.5.1) + listen (3.6.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.10.0) @@ -226,7 +226,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails fast_jsonapi - listen (~> 3.5) + listen (~> 3.6) mime-types (~> 3.3) pg (>= 0.18, < 2.0) puma (~> 5.3)