diff --git a/Gemfile b/Gemfile index 4624895..026f8a6 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem "web-console", ">= 3.7.0" - gem "listen", ">= 3.0.5", "< 3.9" + gem "listen", ">= 3.0.5", "< 3.10" # 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.1.0"