diff --git a/Gemfile b/Gemfile index 5d4c572..40437d9 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ group :development, :test do end group :development do - gem "listen", ">= 3.0.5", "< 3.6" + gem "listen", ">= 3.0.5", "< 3.7" # 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 890513a..f57c8bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM erubi (1.10.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.15.1) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) @@ -116,7 +116,7 @@ GEM jbuilder (2.11.2) activesupport (>= 5.0.0) jmespath (1.4.0) - listen (3.5.1) + listen (3.6.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.8.0) @@ -282,7 +282,7 @@ DEPENDENCIES htmlentities iso_country_codes jbuilder (~> 2.11) - listen (>= 3.0.5, < 3.6) + listen (>= 3.0.5, < 3.7) puma (~> 5.3) rails rspec-rails (~> 4.0)