Skip to content

Commit 0d40107

Browse files
authored
Merge pull request #844 from ProgrammingDaisukiClub/dependabot/bundler/master/listen-3.7.1
Bump listen from 3.5.1 to 3.7.1
2 parents 14de342 + f342200 commit 0d40107

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)
@@ -134,7 +134,7 @@ GEM
134134
actionmailer (>= 3.2)
135135
letter_opener (~> 1.0)
136136
railties (>= 3.2)
137-
listen (3.5.1)
137+
listen (3.7.1)
138138
rb-fsevent (~> 0.10, >= 0.10.3)
139139
rb-inotify (~> 0.9, >= 0.9.10)
140140
loofah (2.17.0)
@@ -202,7 +202,7 @@ GEM
202202
thor (>= 0.20.3, < 2.0)
203203
rainbow (3.1.1)
204204
rake (13.0.6)
205-
rb-fsevent (0.11.0)
205+
rb-fsevent (0.11.1)
206206
rb-inotify (0.10.1)
207207
ffi (~> 1.0)
208208
regexp_parser (2.3.1)
@@ -300,7 +300,7 @@ DEPENDENCIES
300300
jquery-rails
301301
kaminari
302302
letter_opener_web
303-
listen (~> 3.5.1)
303+
listen (~> 3.7.1)
304304
pg (= 1.3.5)
305305
pry-byebug
306306
puma (~> 4.3)

0 commit comments

Comments
 (0)