Skip to content

Commit

Permalink
upgrade to newer version of libv8 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnab Deka committed Jan 9, 2013
1 parent 7d70008 commit afaed48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :assets do
gem 'jquery-rails'
gem 'twitter-bootstrap-rails'

gem 'libv8', '3.3.10.2'
gem 'libv8', '3.3.10.4'
gem 'therubyracer', '~> 0.10.0', :platforms => :ruby

gem 'uglifier', '>= 1.0.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.7.6)
libv8 (3.3.10.2)
libv8 (3.3.10.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -138,7 +138,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.2.1)
jquery-rails
libv8 (= 3.3.10.2)
libv8 (= 3.3.10.4)
minitest-spec-rails
rails (= 3.2.10)
resque!
Expand Down

0 comments on commit afaed48

Please sign in to comment.