Skip to content

Commit

Permalink
Bump listen from 3.2.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [listen](https://github.com/guard/listen) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.2.0...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 4, 2021
1 parent 7b6c3be commit 733f30c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -49,7 +49,7 @@ group :development do
gem 'guard-bundler', require: false
# gem 'guard-rspec', require: false
gem 'guard-rubocop'
gem 'listen', '>= 3.0.5', '< 3.3'
gem 'listen', '>= 3.0.5', '< 3.5'
gem 'memory_profiler' # profiling
gem 'pronto', '>= 0.10.0'
gem 'pronto-fasterer', require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -103,7 +103,7 @@ GEM
fasterer (0.7.0)
colorize (~> 0.7)
ruby_parser (>= 3.13.0)
ffi (1.11.1)
ffi (1.14.2)
flamegraph (0.9.5)
flay (2.12.0)
erubis (~> 2.7.0)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
jaro_winkler (1.5.3)
json (2.2.0)
kwalify (0.7.2)
listen (3.2.0)
listen (3.4.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.3.1)
Expand Down Expand Up @@ -260,8 +260,8 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.3)
reek (5.4.0)
Expand Down Expand Up @@ -418,7 +418,7 @@ DEPENDENCIES
guard-rubocop
hirb
httparty
listen (>= 3.0.5, < 3.3)
listen (>= 3.0.5, < 3.5)
memory_profiler
nokogiri
oj
Expand Down

0 comments on commit 733f30c

Please sign in to comment.