mirror of
https://github.com/danbulant/api_docs
synced 2026-06-18 13:51:06 +00:00
Merge pull request #318 from dlackty/remove-therubyracer-dev
Remove therubyracer in favor of system JS runtimes
This commit is contained in:
commit
d4e94080d4
2 changed files with 3 additions and 7 deletions
1
Gemfile
1
Gemfile
|
|
@ -9,4 +9,3 @@ gem 'rouge', '~> 1.9.0'
|
||||||
gem 'redcarpet', '~> 3.3.2'
|
gem 'redcarpet', '~> 3.3.2'
|
||||||
|
|
||||||
gem 'rake', '~> 10.4.2'
|
gem 'rake', '~> 10.4.2'
|
||||||
gem 'therubyracer', '~> 0.12.1', platforms: :ruby
|
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@ GEM
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
json (1.8.3)
|
json (1.8.3)
|
||||||
kramdown (1.7.0)
|
kramdown (1.7.0)
|
||||||
libv8 (3.16.14.7)
|
|
||||||
listen (2.10.1)
|
listen (2.10.1)
|
||||||
celluloid (~> 0.16.0)
|
celluloid (~> 0.16.0)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
|
|
@ -98,7 +97,6 @@ GEM
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.3.2)
|
redcarpet (3.3.2)
|
||||||
ref (1.0.5)
|
|
||||||
rouge (1.9.0)
|
rouge (1.9.0)
|
||||||
sass (3.4.14)
|
sass (3.4.14)
|
||||||
sprockets (2.12.3)
|
sprockets (2.12.3)
|
||||||
|
|
@ -111,9 +109,6 @@ GEM
|
||||||
sprockets-sass (1.3.1)
|
sprockets-sass (1.3.1)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
therubyracer (0.12.2)
|
|
||||||
libv8 (~> 3.16.14.0)
|
|
||||||
ref
|
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
|
|
@ -137,4 +132,6 @@ DEPENDENCIES
|
||||||
rake (~> 10.4.2)
|
rake (~> 10.4.2)
|
||||||
redcarpet (~> 3.3.2)
|
redcarpet (~> 3.3.2)
|
||||||
rouge (~> 1.9.0)
|
rouge (~> 1.9.0)
|
||||||
therubyracer (~> 0.12.1)
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue