File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ group :development do
74
74
# Display performance information such as SQL time and flame graphs for each request in your browser.
75
75
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
76
76
gem 'rack-mini-profiler' , '~> 3.3'
77
- gem 'listen' , '~> 3.3 '
77
+ gem 'listen' , '~> 3.9 '
78
78
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
79
79
# gem 'spring'
80
80
end
Original file line number Diff line number Diff line change 210
210
addressable (~> 2.8 )
211
211
letter_opener (1.10.0 )
212
212
launchy (>= 2.2 , < 4 )
213
- listen (3.8 .0 )
213
+ listen (3.9 .0 )
214
214
rb-fsevent (~> 0.10 , >= 0.10.3 )
215
215
rb-inotify (~> 0.9 , >= 0.9.10 )
216
216
loofah (2.22.0 )
@@ -526,7 +526,7 @@ DEPENDENCIES
526
526
jquery-ui-rails
527
527
launchy
528
528
letter_opener
529
- listen (~> 3.3 )
529
+ listen (~> 3.9 )
530
530
nokogiri
531
531
omniauth
532
532
omniauth-github
You can’t perform that action at this time.
0 commit comments