File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 38
38
group :development do
39
39
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
40
40
gem 'web-console' , '>= 3.3.0'
41
- gem 'listen' , '>= 3.0.5' , '< 3.2 '
41
+ gem 'listen' , '>= 3.0.5' , '< 3.3 '
42
42
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
43
43
gem 'spring'
44
44
gem 'spring-watcher-listen' , '~> 2.0.0'
Original file line number Diff line number Diff line change 76
76
concurrent-ruby (1.1.5 )
77
77
crass (1.0.5 )
78
78
erubi (1.9.0 )
79
- ffi (1.10.0 )
79
+ ffi (1.11.3 )
80
80
globalid (0.4.2 )
81
81
activesupport (>= 4.2.0 )
82
82
i18n (1.7.0 )
83
83
concurrent-ruby (~> 1.0 )
84
84
jbuilder (2.9.1 )
85
85
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 )
90
89
loofah (2.3.1 )
91
90
crass (~> 1.0.2 )
92
91
nokogiri (>= 1.5.9 )
140
139
thor (>= 0.20.3 , < 2.0 )
141
140
rake (12.3.3 )
142
141
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 )
145
144
regexp_parser (1.6.0 )
146
- ruby_dep (1.5.0 )
147
145
rubyzip (2.0.0 )
148
146
selenium-webdriver (3.142.5 )
149
147
childprocess (>= 0.5 , < 3.0 )
@@ -186,7 +184,7 @@ DEPENDENCIES
186
184
byebug
187
185
capybara (>= 2.15 , < 4.0 )
188
186
jbuilder (~> 2.9 )
189
- listen (>= 3.0.5 , < 3.2 )
187
+ listen (>= 3.0.5 , < 3.3 )
190
188
pg (>= 0.18 , < 2.0 )
191
189
puma (~> 4.3 )
192
190
rack-cors
You can’t perform that action at this time.
0 commit comments