Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Bump listen from 3.6.0 to 3.7.1 #465

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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"
gem "listen", ">= 3.0.5", "< 3.8"
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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.10.0)
ffi (1.15.3)
ffi (1.15.5)
foreman (0.87.2)
globalid (0.5.2)
activesupport (>= 5.0)
Expand All @@ -104,7 +104,7 @@ GEM
deep_merge (~> 1.2.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
listen (3.6.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.12.0)
Expand Down Expand Up @@ -281,7 +281,7 @@ DEPENDENCIES
foreman
govuk-components
govuk_design_system_formbuilder
listen (>= 3.0.5, < 3.7)
listen (>= 3.0.5, < 3.8)
pg (>= 0.18, < 2.0)
pry-byebug
puma (~> 5.3)
Expand Down