Skip to content

Commit e82f43d

Browse files
committed
Update dependency listen to '>= 3.0.5', '< 3.7.2'
1 parent c823554 commit e82f43d

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Gemfile

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

Gemfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,17 @@ GEM
5959
execjs (2.7.0)
6060
faraday (0.17.3)
6161
multipart-post (>= 1.2, < 3)
62-
ffi (1.11.3)
62+
ffi (1.15.5)
6363
globalid (0.4.2)
6464
activesupport (>= 4.2.0)
6565
i18n (1.7.0)
6666
concurrent-ruby (~> 1.0)
6767
jbuilder (2.9.1)
6868
activesupport (>= 4.2.0)
6969
jwt (2.2.1)
70-
listen (3.1.5)
71-
rb-fsevent (~> 0.9, >= 0.9.4)
72-
rb-inotify (~> 0.9, >= 0.9.7)
73-
ruby_dep (~> 1.2)
70+
listen (3.7.1)
71+
rb-fsevent (~> 0.10, >= 0.10.3)
72+
rb-inotify (~> 0.9, >= 0.9.10)
7473
loofah (2.4.0)
7574
crass (~> 1.0.2)
7675
nokogiri (>= 1.5.9)
@@ -115,10 +114,9 @@ GEM
115114
rake (>= 0.8.7)
116115
thor (>= 0.18.1, < 2.0)
117116
rake (13.0.1)
118-
rb-fsevent (0.10.3)
117+
rb-fsevent (0.11.1)
119118
rb-inotify (0.10.1)
120119
ffi (~> 1.0)
121-
ruby_dep (1.5.0)
122120
sass (3.7.4)
123121
sass-listen (~> 4.0.0)
124122
sass-listen (4.0.0)
@@ -176,7 +174,7 @@ DEPENDENCIES
176174
coffee-rails (~> 4.2)
177175
dotenv-rails
178176
jbuilder (~> 2.5)
179-
listen (>= 3.0.5, < 3.2)
177+
listen (>= 3.0.5, < 3.7.2)
180178
pg (~> 0.18)
181179
puma (~> 3.7)
182180
rails (~> 5.1.4)

0 commit comments

Comments
 (0)