Skip to content

Commit 40fa421

Browse files
depfu[bot]theflow
authored andcommitted
Update listen to version 3.2.0
1 parent f4d84ff commit 40fa421

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
group :development do
3939
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
4040
gem 'web-console', '>= 3.3.0'
41-
gem 'listen', '>= 3.0.5', '< 3.2'
41+
gem 'listen', '>= 3.0.5', '<= 3.2.0'
4242
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4343
gem 'spring'
4444
gem 'spring-watcher-listen', '~> 2.0.0'

Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ GEM
7373
concurrent-ruby (~> 1.0)
7474
jbuilder (2.9.1)
7575
activesupport (>= 4.2.0)
76-
listen (3.1.5)
77-
rb-fsevent (~> 0.9, >= 0.9.4)
78-
rb-inotify (~> 0.9, >= 0.9.7)
79-
ruby_dep (~> 1.2)
76+
listen (3.2.0)
77+
rb-fsevent (~> 0.10, >= 0.10.3)
78+
rb-inotify (~> 0.9, >= 0.9.10)
8079
loofah (2.2.3)
8180
crass (~> 1.0.2)
8281
nokogiri (>= 1.5.9)
@@ -121,11 +120,10 @@ GEM
121120
rake (>= 0.8.7)
122121
thor (>= 0.18.1, < 2.0)
123122
rake (13.0.0)
124-
rb-fsevent (0.10.2)
125-
rb-inotify (0.9.10)
126-
ffi (>= 0.5.0, < 2)
123+
rb-fsevent (0.10.3)
124+
rb-inotify (0.10.0)
125+
ffi (~> 1.0)
127126
redis (4.1.2)
128-
ruby_dep (1.5.0)
129127
rubyzip (2.0.0)
130128
sass (3.5.1)
131129
sass-listen (~> 4.0.0)
@@ -190,7 +188,7 @@ DEPENDENCIES
190188
capybara (~> 2.13)
191189
coffee-rails (~> 4.2)
192190
jbuilder (~> 2.5)
193-
listen (>= 3.0.5, < 3.2)
191+
listen (>= 3.0.5, <= 3.2.0)
194192
puma (~> 3.7)
195193
rails (~> 5.1.1)
196194
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)