mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 18:10:15 +01:00
revert to depend on native libv8 to decrease bundle install time
This commit is contained in:
parent
4572c958b2
commit
dcdd5a73a5
1 changed files with 3 additions and 1 deletions
4
Gemfile
4
Gemfile
|
|
@ -28,7 +28,9 @@ group :assets do
|
||||||
|
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
gem 'therubyracer', :platform => :ruby
|
gem 'therubyracer', :platform => :ruby
|
||||||
gem "libv8"
|
|
||||||
|
# Uncomment if you cannot use a native libv8 library
|
||||||
|
# gem "libv8"
|
||||||
|
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue