Skip to content

Commit 58362f1

Browse files
authored
Merge pull request #225 from rails/dependabot/bundler/listen-3.8.0
Bump listen from 3.1.5 to 3.8.0
2 parents 6591fb1 + 7843f2a commit 58362f1

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'coffee-rails', '~> 5.0.0'
1717

1818
group :development do
1919
gem 'web-console', '>= 3.3.0'
20-
gem 'listen', '>= 3.0.5', '< 3.2'
20+
gem 'listen', '>= 3.0.5', '< 3.9'
2121
end
2222

2323
group :test do

Gemfile.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,14 @@ GEM
9393
ed25519 (1.3.0)
9494
erubi (1.12.0)
9595
execjs (2.7.0)
96-
ffi (1.13.1)
96+
ffi (1.15.5)
9797
globalid (1.1.0)
9898
activesupport (>= 5.0)
9999
i18n (1.12.0)
100100
concurrent-ruby (~> 1.0)
101-
listen (3.1.5)
102-
rb-fsevent (~> 0.9, >= 0.9.4)
103-
rb-inotify (~> 0.9, >= 0.9.7)
104-
ruby_dep (~> 1.2)
101+
listen (3.8.0)
102+
rb-fsevent (~> 0.10, >= 0.10.3)
103+
rb-inotify (~> 0.9, >= 0.9.10)
105104
loofah (2.19.1)
106105
crass (~> 1.0.2)
107106
nokogiri (>= 1.5.9)
@@ -169,14 +168,13 @@ GEM
169168
rake (>= 0.8.7)
170169
thor (>= 0.20.3, < 2.0)
171170
rake (13.0.6)
172-
rb-fsevent (0.10.4)
171+
rb-fsevent (0.11.2)
173172
rb-inotify (0.10.1)
174173
ffi (~> 1.0)
175174
rbnacl (4.0.2)
176175
ffi
177176
rbnacl-libsodium (1.0.16)
178177
rbnacl (>= 3.0.1)
179-
ruby_dep (1.5.0)
180178
rugged (0.27.0)
181179
sass (3.7.4)
182180
sass-listen (~> 4.0.0)
@@ -235,7 +233,7 @@ DEPENDENCIES
235233
capistrano3-puma (~> 5.0)
236234
coffee-rails (~> 5.0.0)
237235
ed25519
238-
listen (>= 3.0.5, < 3.2)
236+
listen (>= 3.0.5, < 3.9)
239237
pg
240238
puma (~> 5.6)
241239
rails (~> 6.0.3)

0 commit comments

Comments
 (0)