Skip to content

Commit 5e8e053

Browse files
authored
Merge pull request #331 from fac/dependabot/bundler/listen-3.10.0
Bump listen from 3.9.0 to 3.10.0
2 parents a1e8966 + 0c6f171 commit 5e8e053

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ group :development do
3636
# Display performance information such as SQL time and flame graphs for each request in your browser.
3737
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
3838
gem 'rack-mini-profiler'
39-
gem 'listen', '~> 3.9'
39+
gem 'listen', '~> 3.10'
4040
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4141
# gem 'spring'
4242
end

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ GEM
135135
multipart-post (~> 2.0)
136136
faraday-net_http (3.4.1)
137137
net-http (>= 0.5.0)
138-
ffi (1.17.1-aarch64-linux-gnu)
139-
ffi (1.17.1-aarch64-linux-musl)
140-
ffi (1.17.1-arm-linux-gnu)
141-
ffi (1.17.1-arm-linux-musl)
142-
ffi (1.17.1-arm64-darwin)
143-
ffi (1.17.1-x86_64-darwin)
144-
ffi (1.17.1-x86_64-linux-gnu)
145-
ffi (1.17.1-x86_64-linux-musl)
138+
ffi (1.17.3-aarch64-linux-gnu)
139+
ffi (1.17.3-aarch64-linux-musl)
140+
ffi (1.17.3-arm-linux-gnu)
141+
ffi (1.17.3-arm-linux-musl)
142+
ffi (1.17.3-arm64-darwin)
143+
ffi (1.17.3-x86_64-darwin)
144+
ffi (1.17.3-x86_64-linux-gnu)
145+
ffi (1.17.3-x86_64-linux-musl)
146146
globalid (1.3.0)
147147
activesupport (>= 6.1)
148148
google-id-token (1.4.2)
@@ -173,7 +173,8 @@ GEM
173173
json (2.18.0)
174174
jwt (3.1.2)
175175
base64
176-
listen (3.9.0)
176+
listen (3.10.0)
177+
logger
177178
rb-fsevent (~> 0.10, >= 0.10.3)
178179
rb-inotify (~> 0.9, >= 0.9.10)
179180
logger (1.7.0)
@@ -390,7 +391,7 @@ DEPENDENCIES
390391
image_processing (~> 1.13)
391392
importmap-rails
392393
jbuilder (~> 2.14)
393-
listen (~> 3.9)
394+
listen (~> 3.10)
394395
notion-ruby-client
395396
pg
396397
puma

0 commit comments

Comments
 (0)