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 52
52
group :development do
53
53
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
54
54
gem 'web-console' , '>= 3.3.0'
55
- gem 'listen' , '>= 3.0.5' , '< 3.8 '
55
+ gem 'listen' , '>= 3.0.5' , '< 3.9 '
56
56
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
57
57
gem 'spring'
58
58
gem 'spring-watcher-listen' , '~> 2.1.0'
Original file line number Diff line number Diff line change 116
116
actionview (>= 5.0.0 )
117
117
activesupport (>= 5.0.0 )
118
118
jwt (2.5.0 )
119
- listen (3.7.1 )
119
+ listen (3.8.0 )
120
120
rb-fsevent (~> 0.10 , >= 0.10.3 )
121
121
rb-inotify (~> 0.9 , >= 0.9.10 )
122
122
loofah (2.19.1 )
@@ -286,7 +286,7 @@ DEPENDENCIES
286
286
chromedriver-helper
287
287
coffee-rails (~> 5.0 )
288
288
jbuilder (~> 2.11 )
289
- listen (>= 3.0.5 , < 3.8 )
289
+ listen (>= 3.0.5 , < 3.9 )
290
290
paperclip
291
291
pg
292
292
puma (~> 6.0 )
You can’t perform that action at this time.
0 commit comments