Skip to content

Commit 73a81a8

Browse files
Bump listen from 3.2.1 to 3.5.1
Bumps [listen](https://github.com/guard/listen) from 3.2.1 to 3.5.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.2.1...v3.5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 45cf7e4 commit 73a81a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group :development, :test do
4848
end
4949

5050
group :development do
51-
gem 'listen', '~> 3.2.1'
51+
gem 'listen', '~> 3.5.1'
5252
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
5353
gem 'web-console', '>= 3.3.0'
5454
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GEM
132132
actionmailer (>= 3.2)
133133
letter_opener (~> 1.0)
134134
railties (>= 3.2)
135-
listen (3.2.1)
135+
listen (3.5.1)
136136
rb-fsevent (~> 0.10, >= 0.10.3)
137137
rb-inotify (~> 0.9, >= 0.9.10)
138138
loofah (2.9.1)
@@ -297,7 +297,7 @@ DEPENDENCIES
297297
jquery-rails
298298
kaminari
299299
letter_opener_web
300-
listen (~> 3.2.1)
300+
listen (~> 3.5.1)
301301
pg (= 1.2.3)
302302
pry-byebug
303303
puma (~> 4.3)

0 commit comments

Comments
 (0)