Skip to content

Commit

Permalink
putting back "pr #339 from alphagov/bump-therubyracer-libv8"
Browse files Browse the repository at this point in the history
Seems that one of the ci slaves was borked, but now it's been taken
out of circulation so this change should actually work.
  • Loading branch information
benilovj committed Nov 4, 2013
1 parent cad4544 commit cce3d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :router do
end

group :assets do
gem "therubyracer", "0.11.4"
gem "therubyracer", "0.12.0"
gem 'uglifier'
gem 'sass', '3.2.0'
gem 'sass-rails', '3.2.5'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
journey (1.0.4)
json (1.7.7)
kgio (2.7.4)
libv8 (3.11.8.17)
libv8 (3.16.14.3)
libwebsocket (0.1.5)
addressable
lograge (0.1.2)
Expand Down Expand Up @@ -144,8 +144,8 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
thor (0.17.0)
tilt (1.3.6)
Expand Down Expand Up @@ -182,6 +182,6 @@ DEPENDENCIES
sass (= 3.2.0)
sass-rails (= 3.2.5)
shoulda (= 2.11.3)
therubyracer (= 0.11.4)
therubyracer (= 0.12.0)
uglifier
unicorn (= 4.3.1)

0 comments on commit cce3d5f

Please sign in to comment.