Skip to content

Commit f342200

Browse files
Bump listen from 3.5.1 to 3.7.1
Bumps [listen](https://github.com/guard/listen) from 3.5.1 to 3.7.1. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.5.1...v3.7.1) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16c7ca8 commit f342200

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5.1'
51+
gem 'listen', '~> 3.7.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GEM
102102
factory_bot_rails (6.2.0)
103103
factory_bot (~> 6.2.0)
104104
railties (>= 5.0.0)
105-
ffi (1.15.1)
105+
ffi (1.15.5)
106106
globalid (0.4.2)
107107
activesupport (>= 4.2.0)
108108
i18n (1.10.0)
@@ -133,7 +133,7 @@ GEM
133133
actionmailer (>= 3.2)
134134
letter_opener (~> 1.0)
135135
railties (>= 3.2)
136-
listen (3.5.1)
136+
listen (3.7.1)
137137
rb-fsevent (~> 0.10, >= 0.10.3)
138138
rb-inotify (~> 0.9, >= 0.9.10)
139139
loofah (2.17.0)
@@ -201,7 +201,7 @@ GEM
201201
thor (>= 0.20.3, < 2.0)
202202
rainbow (3.1.1)
203203
rake (13.0.6)
204-
rb-fsevent (0.11.0)
204+
rb-fsevent (0.11.1)
205205
rb-inotify (0.10.1)
206206
ffi (~> 1.0)
207207
regexp_parser (2.3.1)
@@ -299,7 +299,7 @@ DEPENDENCIES
299299
jquery-rails
300300
kaminari
301301
letter_opener_web
302-
listen (~> 3.5.1)
302+
listen (~> 3.7.1)
303303
pg (= 1.3.5)
304304
pry-byebug
305305
puma (~> 4.3)

0 commit comments

Comments
 (0)