Skip to content

Commit

Permalink
Merge pull request #275 from alphagov/bump_therubyracer
Browse files Browse the repository at this point in the history
Bump therubyracer to 0.11.4
  • Loading branch information
KushalP committed Jul 10, 2013
2 parents 1bd0e2c + 238f903 commit 402c162
Show file tree
Hide file tree
Showing 2 changed files with 7 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.9.4"
gem "therubyracer", "0.11.4"
gem 'uglifier'
gem 'sass', '3.2.0'
gem 'sass-rails', '3.2.5'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
journey (1.0.4)
json (1.7.7)
kgio (2.7.4)
libv8 (3.3.10.4)
libv8 (3.11.8.17)
libwebsocket (0.1.5)
addressable
lograge (0.1.2)
Expand Down Expand Up @@ -112,6 +112,7 @@ GEM
rake (10.0.3)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
router-client (2.0.3)
builder
null_logger
Expand Down Expand Up @@ -140,8 +141,9 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
therubyracer (0.9.10)
libv8 (~> 3.3.10)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
ref
thor (0.17.0)
tilt (1.3.6)
treetop (1.4.12)
Expand Down Expand Up @@ -176,6 +178,6 @@ DEPENDENCIES
sass (= 3.2.0)
sass-rails (= 3.2.5)
shoulda (= 2.11.3)
therubyracer (~> 0.9.4)
therubyracer (= 0.11.4)
uglifier
unicorn (= 4.3.1)

0 comments on commit 402c162

Please sign in to comment.