File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ gem 'turbolinks'
14
14
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
15
15
gem 'spring' , group : :development
16
16
17
+ # For file watcher
18
+ gem 'listen' , '~> 3.4'
19
+
17
20
gem 'activeadmin'
18
21
gem "devise"
19
22
gem 'sassc-rails' , '~> 2.1'
Original file line number Diff line number Diff line change 150
150
kaminari-core (= 1.2.1 )
151
151
kaminari-core (1.2.1 )
152
152
kgio (2.11.3 )
153
+ listen (3.4.1 )
154
+ rb-fsevent (~> 0.10 , >= 0.10.3 )
155
+ rb-inotify (~> 0.9 , >= 0.9.10 )
153
156
loofah (2.9.0 )
154
157
crass (~> 1.0.2 )
155
158
nokogiri (>= 1.5.9 )
233
236
activerecord (>= 5.2.4 )
234
237
activesupport (>= 5.2.4 )
235
238
i18n
239
+ rb-fsevent (0.10.4 )
240
+ rb-inotify (0.10.1 )
241
+ ffi (~> 1.0 )
236
242
rbtree3 (0.6.0 )
237
243
regexp_parser (2.1.1 )
238
244
responders (3.0.1 )
@@ -348,6 +354,7 @@ DEPENDENCIES
348
354
faker
349
355
heroku-deflater
350
356
image_processing (~> 1.12 )
357
+ listen (~> 3.4 )
351
358
mechanize (= 2.7.7 )
352
359
newrelic_rpm (~> 6.0 )
353
360
pg (~> 1.1 )
You can’t perform that action at this time.
0 commit comments