Skip to content

Commit 4876396

Browse files
authored
Merge pull request #2060 from codebar/dependabot/bundler/listen-3.9.0
Bump listen from 3.8.0 to 3.9.0
2 parents 236f20d + 3fe19da commit 4876396

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
@@ -74,7 +74,7 @@ group :development do
7474
# Display performance information such as SQL time and flame graphs for each request in your browser.
7575
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
7676
gem 'rack-mini-profiler', '~> 3.3'
77-
gem 'listen', '~> 3.3'
77+
gem 'listen', '~> 3.9'
7878
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
7979
# gem 'spring'
8080
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ GEM
210210
addressable (~> 2.8)
211211
letter_opener (1.10.0)
212212
launchy (>= 2.2, < 4)
213-
listen (3.8.0)
213+
listen (3.9.0)
214214
rb-fsevent (~> 0.10, >= 0.10.3)
215215
rb-inotify (~> 0.9, >= 0.9.10)
216216
loofah (2.22.0)
@@ -526,7 +526,7 @@ DEPENDENCIES
526526
jquery-ui-rails
527527
launchy
528528
letter_opener
529-
listen (~> 3.3)
529+
listen (~> 3.9)
530530
nokogiri
531531
omniauth
532532
omniauth-github

0 commit comments

Comments
 (0)