Skip to content

Commit 8f54719

Browse files
Bump listen from 3.9.0 to 3.10.0 (#3883)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6170d0 commit 8f54719

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :development do
6262
gem "debug"
6363
gem "erb_lint", "~> 0.9"
6464
gem "erblint-github", "~> 1.0.1"
65-
gem "listen", "~> 3.9"
65+
gem "listen", "~> 3.10"
6666
gem "matrix", "~> 0.4.3"
6767
gem "mocha"
6868
gem "rubocop"

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ GEM
104104
concurrent-ruby (~> 1.1)
105105
webrick (~> 1.7)
106106
websocket-driver (>= 0.6, < 0.8)
107-
ffi (1.16.3)
107+
ffi (1.17.3)
108+
ffi (1.17.3-x86_64-linux-gnu)
108109
hashdiff (1.2.1)
109110
htmlbeautifier (1.4.3)
110111
htmlentities (4.3.4)
@@ -120,7 +121,8 @@ GEM
120121
rexml (>= 3.3.9)
121122
language_server-protocol (3.17.0.5)
122123
lint_roller (1.1.0)
123-
listen (3.9.0)
124+
listen (3.10.0)
125+
logger
124126
rb-fsevent (~> 0.10, >= 0.10.3)
125127
rb-inotify (~> 0.9, >= 0.9.10)
126128
logger (1.7.0)
@@ -201,7 +203,7 @@ GEM
201203
rainbow (3.1.1)
202204
rake (13.3.1)
203205
rb-fsevent (0.11.2)
204-
rb-inotify (0.10.1)
206+
rb-inotify (0.11.1)
205207
ffi (~> 1.0)
206208
rdoc (7.0.3)
207209
erb
@@ -332,7 +334,7 @@ DEPENDENCIES
332334
erb_lint (~> 0.9)
333335
erblint-github (~> 1.0.1)
334336
kramdown (~> 2.5)
335-
listen (~> 3.9)
337+
listen (~> 3.10)
336338
lookbook (~> 2.3.14)
337339
matrix (~> 0.4.3)
338340
mocha

0 commit comments

Comments
 (0)