Commit ef748cd3063b3fbf25782c9d779afc352e1db353

Authored by Marcin Stecki
1 parent eb8e5dd4
Exists in master and in 1 other branch production

use the latest rubyracer

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
Gemfile.lock
... ... @@ -146,7 +146,7 @@ GEM
146 146 kgio (2.7.4)
147 147 launchy (2.1.2)
148 148 addressable (~> 2.3)
149   - libv8 (3.3.10.4)
  149 + libv8 (3.11.8.13)
150 150 libwebsocket (0.1.5)
151 151 addressable
152 152 libxml-ruby (2.3.3)
... ... @@ -261,6 +261,7 @@ GEM
261 261 rbx-require-relative (0.0.9)
262 262 rdoc (3.12.1)
263 263 json (~> 1.4)
  264 + ref (1.0.2)
264 265 responders (0.9.2)
265 266 railties (~> 3.1)
266 267 rest-client (1.6.7)
... ... @@ -302,8 +303,9 @@ GEM
302 303 multi_json (~> 1.0)
303 304 rack (~> 1.0)
304 305 tilt (~> 1.1, != 1.3.0)
305   - therubyracer (0.10.2)
306   - libv8 (~> 3.3.10)
  306 + therubyracer (0.11.4)
  307 + libv8 (~> 3.11.8.12)
  308 + ref
307 309 thin (1.4.1)
308 310 daemons (>= 1.0.9)
309 311 eventmachine (>= 0.12.6)
... ...