Skip to content

Commit ed005a2

Browse files
committed
Update dependency listen to >= 3.0.5, < 3.3
1 parent a6cae8b commit ed005a2

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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.3'
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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ GEM
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.2.0)
71+
rb-fsevent (~> 0.10, >= 0.10.3)
72+
rb-inotify (~> 0.9, >= 0.9.10)
7473
loofah (2.2.3)
7574
crass (~> 1.0.2)
7675
nokogiri (>= 1.5.9)
@@ -118,7 +117,6 @@ GEM
118117
rb-fsevent (0.10.3)
119118
rb-inotify (0.10.0)
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)
@@ -177,7 +175,7 @@ DEPENDENCIES
177175
coffee-rails (~> 4.2)
178176
dotenv-rails
179177
jbuilder (~> 2.5)
180-
listen (>= 3.0.5, < 3.2)
178+
listen (>= 3.0.5, < 3.3)
181179
pg (~> 0.18)
182180
puma (~> 3.7)
183181
rails (~> 5.1.4)

0 commit comments

Comments
 (0)