@@ -37,6 +37,8 @@ gem 'twitter-stream', '>=0.1.16' |
||
| 37 | 37 |
gem 'em-http-request' |
| 38 | 38 |
gem 'weibo_2' |
| 39 | 39 |
|
| 40 |
+gem 'therubyracer' |
|
| 41 |
+ |
|
| 40 | 42 |
platforms :ruby_18 do |
| 41 | 43 |
gem 'system_timer' |
| 42 | 44 |
gem 'fastercsv' |
@@ -118,6 +118,7 @@ GEM |
||
| 118 | 118 |
actionpack (>= 3.0.0) |
| 119 | 119 |
activesupport (>= 3.0.0) |
| 120 | 120 |
kramdown (1.1.0) |
| 121 |
+ libv8 (3.16.14.3) |
|
| 121 | 122 |
mail (2.5.4) |
| 122 | 123 |
mime-types (~> 1.16) |
| 123 | 124 |
treetop (~> 1.4.8) |
@@ -168,6 +169,7 @@ GEM |
||
| 168 | 169 |
rake (10.1.0) |
| 169 | 170 |
rdoc (3.12.2) |
| 170 | 171 |
json (~> 1.4) |
| 172 |
+ ref (1.0.5) |
|
| 171 | 173 |
rest-client (1.6.7) |
| 172 | 174 |
mime-types (>= 1.16) |
| 173 | 175 |
rr (1.1.2) |
@@ -218,6 +220,9 @@ GEM |
||
| 218 | 220 |
system_timer (1.2.4) |
| 219 | 221 |
term-ansicolor (1.2.2) |
| 220 | 222 |
tins (~> 0.8) |
| 223 |
+ therubyracer (0.12.0) |
|
| 224 |
+ libv8 (~> 3.16.14.0) |
|
| 225 |
+ ref |
|
| 221 | 226 |
thor (0.18.1) |
| 222 | 227 |
tilt (1.4.1) |
| 223 | 228 |
tins (0.13.1) |
@@ -292,6 +297,7 @@ DEPENDENCIES |
||
| 292 | 297 |
select2-rails |
| 293 | 298 |
shoulda-matchers |
| 294 | 299 |
system_timer |
| 300 |
+ therubyracer |
|
| 295 | 301 |
twilio-ruby |
| 296 | 302 |
|
| 297 | 303 |
twitter-stream (>= 0.1.16) |