diff --git a/rails/Gemfile b/rails/Gemfile index 986e992..317fe01 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -39,7 +39,7 @@ group :development do # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem 'rack-mini-profiler', '~> 3.0' - gem 'listen', '~> 3.7' + gem 'listen', '~> 3.8' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-commands-rspec' diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 1dac03c..4f8321b 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -85,7 +85,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.1) - listen (3.7.1) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.16.0) @@ -139,7 +139,7 @@ GEM rake (>= 0.13) thor (~> 1.0) rake (13.0.6) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rspec-core (3.11.0) @@ -206,7 +206,7 @@ DEPENDENCIES factory_bot_rails faker json (>= 2.3.0) - listen (~> 3.7) + listen (~> 3.8) mysql2 (>= 0.4.4) puma (~> 5.6) rack-mini-profiler (~> 3.0)