Skip to content

Commit 97544c8

Browse files
committed
Merge pull request #273 from shakacode/rails5
Need listen gem for Rails 5
2 parents a2dd5b6 + ff36d1a commit 97544c8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ruby "2.3.0"
44
#
55
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
66
gem "rails", "5.0.0.beta3"
7+
gem "listen"
78

89
# Note: We're using sqllite3 for development and testing
910
gem "sqlite3", group: [:development, :test]

Gemfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ GEM
130130
launchy (2.4.3)
131131
addressable (~> 2.3)
132132
libv8 (3.16.14.13)
133+
listen (3.0.6)
134+
rb-fsevent (>= 0.9.3)
135+
rb-inotify (>= 0.9.7)
133136
loofah (2.0.3)
134137
nokogiri (>= 1.5.9)
135138
mail (2.6.4)
@@ -209,6 +212,9 @@ GEM
209212
thor (>= 0.18.1, < 2.0)
210213
rainbow (2.1.0)
211214
rake (10.5.0)
215+
rb-fsevent (0.9.7)
216+
rb-inotify (0.9.7)
217+
ffi (>= 0.5.0)
212218
rdoc (4.2.2)
213219
json (~> 1.4)
214220
react_on_rails (5.1.1)
@@ -340,6 +346,7 @@ DEPENDENCIES
340346
generator_spec
341347
jbuilder
342348
launchy
349+
listen
343350
pg
344351
poltergeist
345352
pry

0 commit comments

Comments
 (0)