Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency listen to ">= 3.0.5", "< 3.8.1" #2243

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbook-website/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem "listen", ">= 3.0.5", "< 3.7.2"
gem "listen", ">= 3.0.5", "< 3.8.1"
gem "web-console", ">= 3.3.0"
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "better_errors", "2.9.1"
Expand Down
4 changes: 2 additions & 2 deletions playbook-website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
concurrent-ruby (~> 1.0)
io-like (0.3.1)
json (2.6.2)
listen (3.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.18.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ DEPENDENCIES
capybara (>= 2.15)
chromedriver-helper
health_check
listen (>= 3.0.5, < 3.7.2)
listen (>= 3.0.5, < 3.8.1)
playbook_ui!
psych (< 4)
puma (~> 5.6)
Expand Down