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

Bump listen from 3.5.1 to 3.6.0 #163

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 @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down