Skip to content

Commit 8d02d9f

Browse files
authored
Merge pull request #230 from ohbarye/dependabot/bundler/backend/listen-3.2.1
Bump listen from 3.1.5 to 3.2.1 in /backend
2 parents 58abf0e + 83fe291 commit 8d02d9f

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
group :development do
3939
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
4040
gem 'web-console', '>= 3.3.0'
41-
gem 'listen', '>= 3.0.5', '< 3.2'
41+
gem 'listen', '>= 3.0.5', '< 3.3'
4242
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4343
gem 'spring'
4444
gem 'spring-watcher-listen', '~> 2.0.0'

backend/Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,16 @@ GEM
7676
concurrent-ruby (1.1.5)
7777
crass (1.0.5)
7878
erubi (1.9.0)
79-
ffi (1.10.0)
79+
ffi (1.11.3)
8080
globalid (0.4.2)
8181
activesupport (>= 4.2.0)
8282
i18n (1.7.0)
8383
concurrent-ruby (~> 1.0)
8484
jbuilder (2.9.1)
8585
activesupport (>= 4.2.0)
86-
listen (3.1.5)
87-
rb-fsevent (~> 0.9, >= 0.9.4)
88-
rb-inotify (~> 0.9, >= 0.9.7)
89-
ruby_dep (~> 1.2)
86+
listen (3.2.1)
87+
rb-fsevent (~> 0.10, >= 0.10.3)
88+
rb-inotify (~> 0.9, >= 0.9.10)
9089
loofah (2.3.1)
9190
crass (~> 1.0.2)
9291
nokogiri (>= 1.5.9)
@@ -140,10 +139,9 @@ GEM
140139
thor (>= 0.20.3, < 2.0)
141140
rake (12.3.3)
142141
rb-fsevent (0.10.3)
143-
rb-inotify (0.9.10)
144-
ffi (>= 0.5.0, < 2)
142+
rb-inotify (0.10.0)
143+
ffi (~> 1.0)
145144
regexp_parser (1.6.0)
146-
ruby_dep (1.5.0)
147145
rubyzip (2.0.0)
148146
selenium-webdriver (3.142.5)
149147
childprocess (>= 0.5, < 3.0)
@@ -186,7 +184,7 @@ DEPENDENCIES
186184
byebug
187185
capybara (>= 2.15, < 4.0)
188186
jbuilder (~> 2.9)
189-
listen (>= 3.0.5, < 3.2)
187+
listen (>= 3.0.5, < 3.3)
190188
pg (>= 0.18, < 2.0)
191189
puma (~> 4.3)
192190
rack-cors

0 commit comments

Comments
 (0)