Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2021
1 parent cb034a5 commit 80631d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.4'
gem 'listen', '>= 3.0.5', '< 3.5'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
railties (>= 5.0.0)
faker (2.15.1)
i18n (>= 1.6, < 2)
ffi (1.13.1)
ffi (1.14.2)
font-awesome-rails (4.7.0.6)
railties (>= 3.2, < 6.2)
fugit (1.4.1)
Expand Down Expand Up @@ -149,7 +149,7 @@ GEM
kaminari-core (1.2.1)
launchy (2.5.0)
addressable (~> 2.7)
listen (3.3.3)
listen (3.4.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.8.0)
Expand Down Expand Up @@ -367,7 +367,7 @@ DEPENDENCIES
js-routes
kaminari
launchy
listen (>= 3.0.5, < 3.4)
listen (>= 3.0.5, < 3.5)
pg
poltergeist
pry
Expand Down

0 comments on commit 80631d1

Please sign in to comment.