Skip to content

Commit

Permalink
Upgrade therubyracer to get a version of libv8 that will install
Browse files Browse the repository at this point in the history
I can't get the old version of libv8 to install on my ruby 2.1.3. This
newer version installs fine, though.
  • Loading branch information
carols10cents committed Nov 8, 2014
1 parent a112661 commit 0225fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ group :assets do
gem 'coffee-rails', "~> 3.2.2"
gem 'uglifier', "~> 1.0.0"
gem 'jquery-ui-rails', "~> 2.0.0"
gem "therubyracer", "~> 0.11.3"
gem "therubyracer", "~> 0.12.1"
end

gem "haml", "~> 3.1.4"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -134,7 +134,7 @@ GEM
json (1.8.1)
launchy (2.4.2)
addressable (~> 2.3)
libv8 (3.11.8.17)
libv8 (3.16.14.7)
libxml-ruby (2.6.0)
mail (2.5.4)
mime-types (~> 1.16)
Expand Down Expand Up @@ -244,8 +244,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.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
Expand Down Expand Up @@ -333,7 +333,7 @@ DEPENDENCIES
sass-rails (~> 3.2.5)
show_me_the_cookies (~> 2.0.2)
simplecov (~> 0.4.0)
therubyracer (~> 0.11.3)
therubyracer (~> 0.12.1)
tire (~> 0.4.1)
twitter (~> 5.11.0)
tzinfo (~> 0.3.29)
Expand Down

0 comments on commit 0225fe0

Please sign in to comment.