Skip to content

Commit

Permalink
Merge pull request #129 from erickm32/dependabot/bundler/listen-3.5.1
Browse files Browse the repository at this point in the history
Bump listen from 3.4.1 to 3.5.1
  • Loading branch information
erickm32 authored Apr 1, 2021
2 parents 8693b2b + a4e50be commit 5584e85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'listen', '>= 3.0.5', '< 3.5'
gem 'listen', '>= 3.0.5', '< 3.6'
gem 'web-console', '>= 3.3.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
crass (1.0.6)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.14.2)
ffi (1.15.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.9)
Expand All @@ -99,7 +99,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
listen (3.4.1)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.0)
Expand All @@ -110,7 +110,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
Expand Down Expand Up @@ -231,7 +233,7 @@ DEPENDENCIES
capybara (>= 2.15)
jbuilder (~> 2.11)
jquery-rails
listen (>= 3.0.5, < 3.5)
listen (>= 3.0.5, < 3.6)
pg (~> 1.2)
puma (~> 5.2)
rails (~> 6.1.3)
Expand Down

0 comments on commit 5584e85

Please sign in to comment.