diff --git a/phone_number_task/Gemfile b/phone_number_task/Gemfile index 5291173..95220a3 100644 --- a/phone_number_task/Gemfile +++ b/phone_number_task/Gemfile @@ -40,7 +40,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', '~> 2.0' - gem 'listen', '~> 3.3' + 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' end diff --git a/phone_number_task/Gemfile.lock b/phone_number_task/Gemfile.lock index 2783af9..a9c9d5f 100644 --- a/phone_number_task/Gemfile.lock +++ b/phone_number_task/Gemfile.lock @@ -85,14 +85,14 @@ GEM crass (1.0.6) erubi (1.10.0) execjs (2.7.0) - ffi (1.14.2) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.7) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) - listen (3.4.0) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.8.0) @@ -150,7 +150,7 @@ GEM rake (>= 0.8.7) thor (~> 1.0) rake (13.0.3) - rb-fsevent (0.10.4) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) react-rails (2.6.1) @@ -220,7 +220,7 @@ DEPENDENCIES byebug capybara (>= 3.26) jbuilder (~> 2.7) - listen (~> 3.3) + listen (~> 3.8) puma (~> 5.0) rack-mini-profiler (~> 2.0) rails (~> 6.1.1)