mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
use nodeJS instead of deprecated therubyracer for uglifier > execjs
This commit is contained in:
parent
da2489d462
commit
50dbc78bbf
2
Gemfile
2
Gemfile
@ -18,8 +18,6 @@ gem 'sass-rails', '~> 5.0', '>= 5.0.6'
|
|||||||
|
|
||||||
# Use Uglifier as compressor for JavaScript assets
|
# Use Uglifier as compressor for JavaScript assets
|
||||||
gem 'uglifier', '>= 4.1.20'
|
gem 'uglifier', '>= 4.1.20'
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
|
||||||
gem 'therubyracer', '= 0.12.3', platforms: :ruby
|
|
||||||
|
|
||||||
# Use jquery as the JavaScript library
|
# Use jquery as the JavaScript library
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
@ -217,7 +217,6 @@ GEM
|
|||||||
activerecord
|
activerecord
|
||||||
kaminari-core (= 1.2.0)
|
kaminari-core (= 1.2.0)
|
||||||
kaminari-core (1.2.0)
|
kaminari-core (1.2.0)
|
||||||
libv8 (3.16.14.19)
|
|
||||||
listen (3.0.8)
|
listen (3.0.8)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
@ -348,7 +347,6 @@ GEM
|
|||||||
redis (4.1.3)
|
redis (4.1.3)
|
||||||
redis-namespace (1.6.0)
|
redis-namespace (1.6.0)
|
||||||
redis (>= 3.0.4)
|
redis (>= 3.0.4)
|
||||||
ref (2.0.0)
|
|
||||||
repost (0.3.2)
|
repost (0.3.2)
|
||||||
responders (2.4.1)
|
responders (2.4.1)
|
||||||
actionpack (>= 4.2.0, < 6.0)
|
actionpack (>= 4.2.0, < 6.0)
|
||||||
@ -419,9 +417,6 @@ GEM
|
|||||||
ffi
|
ffi
|
||||||
term-ansicolor (1.7.1)
|
term-ansicolor (1.7.1)
|
||||||
tins (~> 1.0)
|
tins (~> 1.0)
|
||||||
therubyracer (0.12.3)
|
|
||||||
libv8 (~> 3.16.14.15)
|
|
||||||
ref
|
|
||||||
thor (1.0.1)
|
thor (1.0.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
@ -534,7 +529,6 @@ DEPENDENCIES
|
|||||||
spring-watcher-listen (~> 2.0.0)
|
spring-watcher-listen (~> 2.0.0)
|
||||||
stripe (= 5.1.1)
|
stripe (= 5.1.1)
|
||||||
sys-filesystem
|
sys-filesystem
|
||||||
therubyracer (= 0.12.3)
|
|
||||||
uglifier (>= 4.1.20)
|
uglifier (>= 4.1.20)
|
||||||
vcr (= 3.0.1)
|
vcr (= 3.0.1)
|
||||||
web-console (>= 3.3.0)
|
web-console (>= 3.3.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user