File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ruby "2.3.0"
4
4
#
5
5
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
6
6
gem "rails" , "5.0.0.beta3"
7
+ gem "listen"
7
8
8
9
# Note: We're using sqllite3 for development and testing
9
10
gem "sqlite3" , group : [ :development , :test ]
Original file line number Diff line number Diff line change 130
130
launchy (2.4.3 )
131
131
addressable (~> 2.3 )
132
132
libv8 (3.16.14.13 )
133
+ listen (3.0.6 )
134
+ rb-fsevent (>= 0.9.3 )
135
+ rb-inotify (>= 0.9.7 )
133
136
loofah (2.0.3 )
134
137
nokogiri (>= 1.5.9 )
135
138
mail (2.6.4 )
209
212
thor (>= 0.18.1 , < 2.0 )
210
213
rainbow (2.1.0 )
211
214
rake (10.5.0 )
215
+ rb-fsevent (0.9.7 )
216
+ rb-inotify (0.9.7 )
217
+ ffi (>= 0.5.0 )
212
218
rdoc (4.2.2 )
213
219
json (~> 1.4 )
214
220
react_on_rails (5.1.1 )
@@ -340,6 +346,7 @@ DEPENDENCIES
340
346
generator_spec
341
347
jbuilder
342
348
launchy
349
+ listen
343
350
pg
344
351
poltergeist
345
352
pry
You can’t perform that action at this time.
0 commit comments