Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
build: bump listen from 3.1.5 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [listen](https://github.com/guard/listen) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.1.5...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mcritchlow committed Mar 2, 2020
1 parent a350c85 commit fb8c56e
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 @@ -51,7 +51,7 @@ gem 'bootsnap', '>= 1.1.0', require: false

gem 'pagy', '~> 3.5'
gem 'whenever', require: false
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'listen', '>= 3.0.5', '< 3.3'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,9 @@ GEM
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.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.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -266,7 +265,6 @@ GEM
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (2.2.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -362,7 +360,7 @@ DEPENDENCIES
jbuilder (~> 2.9)
jquery-rails
letter_opener_web (~> 1.0)
listen (>= 3.0.5, < 3.2)
listen (>= 3.0.5, < 3.3)
net-ldap (~> 0.16.2)
okcomputer
omniauth
Expand Down

0 comments on commit fb8c56e

Please sign in to comment.