Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Bump listen from 3.1.5 to 3.2.1 #754

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 @@ -47,7 +47,7 @@ end

group :development, :test do
gem 'brakeman'
gem 'listen', '~> 3.1.5'
gem 'listen', '~> 3.2.1'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'byebug'
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.11.1)
ffi (1.11.3)
garage-doorkeeper (2.0.0)
doorkeeper (>= 2.0.0)
geocoder (1.5.1)
Expand Down Expand Up @@ -178,10 +178,9 @@ GEM
kaminari-core (1.1.1)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -298,7 +297,6 @@ GEM
ruby-pushbullet (0.1.4)
json
rest-client (~> 1.8.0)
ruby_dep (1.5.0)
rubyzip (1.3.0)
safe_yaml (1.0.5)
sass-rails (6.0.0)
Expand Down Expand Up @@ -419,7 +417,7 @@ DEPENDENCIES
json (>= 2.0.0)
kaminari
launchy
listen (~> 3.1.5)
listen (~> 3.2.1)
minitest-slow_test
minitest-sound
minitest-sub_test_case
Expand Down