Merge pull request #4627 from luisramos0/mini_racer

Update libv8 and keep it only in Gemfile.lock as a dependency of mini_racer
This commit is contained in:
Luis Ramos
2020-01-15 22:25:25 +00:00
committed by GitHub
2 changed files with 1 additions and 5 deletions

View File

@@ -107,9 +107,6 @@ group :assets do
gem 'compass-rails'
gem 'mini_racer', '0.2.4'
# Previously we found that libv8 6.7.288.46.1 breakis the compilation of mini_racer.
# Now we see that we need to set the version explicitly. Nothing else depends on libv8.
gem 'libv8', '6.3.292.48.1'
gem 'uglifier', '>= 1.0.3'

View File

@@ -465,7 +465,7 @@ GEM
addressable (~> 2.3)
letter_opener (1.7.0)
launchy (~> 2.2)
libv8 (6.3.292.48.1)
libv8 (7.3.492.27.1)
mail (2.5.5)
mime-types (~> 1.16)
treetop (~> 1.4.8)
@@ -769,7 +769,6 @@ DEPENDENCIES
kaminari (~> 0.14.1)
knapsack
letter_opener (>= 1.4.1)
libv8 (= 6.3.292.48.1)
mini_racer (= 0.2.4)
momentjs-rails
newrelic_rpm (~> 3.0)