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

Commit

Permalink
Update listen from 3.1.5 to 3.5.1 to support Ruby 3.0
Browse files Browse the repository at this point in the history
See guard/listen#446 and
guard/listen#490

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed May 19, 2021
1 parent f0b942e commit 3f615d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -23,7 +23,7 @@ end

group :development do
gem 'web-console', '3.5.1'
gem 'listen', '3.1.5'
gem 'listen', '3.5.1'
gem 'spring', '2.0.2'
gem 'spring-watcher-listen', '2.0.1'
end
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Expand Up @@ -259,10 +259,9 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.1.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -345,7 +344,6 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
sass (3.5.7)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand Down Expand Up @@ -412,7 +410,7 @@ DEPENDENCIES
guard-minitest (= 2.4.6)
jbuilder (= 2.7.0)
jquery-rails (= 4.3.1)
listen (= 3.1.5)
listen (= 3.5.1)
mini_magick (= 4.7.0)
minitest (= 5.10.3)
minitest-reporters (= 1.1.14)
Expand Down

0 comments on commit 3f615d6

Please sign in to comment.