8000 Add listen · venkata-qa/demo.activeadmin.info@bd4409d · GitHub
[go: up one dir, main page]

Skip to content

Commit bd4409d

Browse files
Add listen
1 parent a004ba4 commit bd4409d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ gem 'turbolinks'
1414
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
1515
gem 'spring', group: :development
1616

17+
# For file watcher
18+
gem 'listen', '~> 3.4'
19+
1720
gem 'activeadmin'
1821
gem "devise"
1922
gem 'sassc-rails', '~> 2.1'

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ GEM
150150
kaminari-core (= 1.2.1)
151151
kaminari-core (1.2.1)
152152
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)
153156
loofah (2.9.0)
154157
crass (~> 1.0.2)
155158
nokogiri (>= 1.5.9)
@@ -233,6 +236,9 @@ GEM
233236
activerecord (>= 5.2.4)
234237
activesupport (>= 5.2.4)
235238
i18n
239+
rb-fsevent (0.10.4)
240+
rb-inotify (0.10.1)
241+
ffi (~> 1.0)
236242
rbtree3 (0.6.0)
237243
regexp_parser (2.1.1)
238244
responders (3.0.1)
@@ -348,6 +354,7 @@ DEPENDENCIES
348354
faker
349355
heroku-deflater
350356
image_processing (~> 1.12)
357+
listen (~> 3.4)
351358
mechanize (= 2.7.7)
352359
newrelic_rpm (~> 6.0)
353360
pg (~> 1.1)

0 commit comments

Comments
 (0)
0