Skip to content

Commit

Permalink
Update dependency listen to ">= 3.0.5", "< 3.8.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2023
1 parent 019406d commit 27ec183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 27ec183

Please sign in to comment.