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

Bump listen from 3.5.1 to 3.7.1 #2218

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 @@ -61,7 +61,7 @@ group :development do
gem 'letter_opener'

gem 'brakeman'
gem 'listen', '~> 3.5'
gem 'listen', '~> 3.7'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
faraday (>= 0.8)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi (1.15.5)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
generator_spec (0.9.4)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
listen (3.5.1)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.1)
Expand Down Expand Up @@ -295,7 +295,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
generator_spec (~> 0.9.4)
jquery-rails
letter_opener
listen (~> 3.5)
listen (~> 3.7)
mysql2 (~> 0.4.10)
nokogiri (~> 1.13.6)
om
Expand Down