Skip to content

Commit

Permalink
Merge pull request #218 from Ch4s3/dependabot/bundler/listen-3.2.0
Browse files Browse the repository at this point in the history
Bump listen from 3.1.5 to 3.2.0
  • Loading branch information
Ch4s3 committed Oct 28, 2019
2 parents e86b733 + f270f9e commit 7e78e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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.2'
gem 'listen', '>= 3.0.5', '< 3.3'
gem 'memory_profiler' # profiling
gem 'pronto', '>= 0.10.0'
gem 'pronto-fasterer', require: false
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@ GEM
jaro_winkler (1.5.3)
json (2.2.0)
kwalify (0.7.2)
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.0)
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 @@ -311,7 +310,6 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
ruby_parser (3.14.0)
sexp_processor (~> 4.9)
rugged (0.28.3.1)
Expand Down Expand Up @@ -420,7 +418,7 @@ DEPENDENCIES
guard-rubocop
hirb
httparty
listen (>= 3.0.5, < 3.2)
listen (>= 3.0.5, < 3.3)
memory_profiler
nokogiri
oj
Expand Down

0 comments on commit 7e78e7c

Please sign in to comment.