mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
mini_racer
This commit is contained in:
parent
5ca809f4c7
commit
07d655b8e2
2 changed files with 5 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -34,7 +34,7 @@ gem 'stylus', '>= 1.0', require: false
|
|||
gem 'rubydns', '~> 1.0.1', require: false
|
||||
|
||||
# For less, note there is no compatible JS runtime for windows
|
||||
gem 'therubyracer', '~> 0.12.3', platforms: :ruby
|
||||
gem 'mini_racer', '~> 0.2.4', platforms: :ruby
|
||||
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||
|
||||
# Code Quality
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -113,7 +113,7 @@ GEM
|
|||
jaro_winkler (1.5.1)
|
||||
json (2.1.0)
|
||||
kramdown (1.17.0)
|
||||
libv8 (3.16.14.19)
|
||||
libv8 (6.7.288.46.1)
|
||||
liquid (4.0.1)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
|
@ -125,6 +125,8 @@ GEM
|
|||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2018.0812)
|
||||
mini_portile2 (2.3.0)
|
||||
mini_racer (0.2.4)
|
||||
libv8 (>= 6.3)
|
||||
minitest (5.11.3)
|
||||
multi_json (1.13.1)
|
||||
multi_test (0.1.2)
|
||||
|
@ -164,7 +166,6 @@ GEM
|
|||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
redcarpet (3.4.0)
|
||||
ref (2.0.0)
|
||||
rspec (3.8.0)
|
||||
rspec-core (~> 3.8.0)
|
||||
rspec-expectations (~> 3.8.0)
|
||||
|
@ -219,9 +220,6 @@ GEM
|
|||
stylus-source
|
||||
stylus-source (0.54.5)
|
||||
temple (0.8.0)
|
||||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
thor (0.20.0)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.8)
|
||||
|
@ -251,6 +249,7 @@ DEPENDENCIES
|
|||
liquid (>= 3.0)
|
||||
middleman-cli!
|
||||
middleman-core!
|
||||
mini_racer (~> 0.2.4)
|
||||
pry
|
||||
pry-rescue
|
||||
pry-stack_explorer
|
||||
|
@ -264,7 +263,6 @@ DEPENDENCIES
|
|||
sinatra (>= 2.0.0.beta2)
|
||||
slim (>= 2.0)
|
||||
stylus (>= 1.0)
|
||||
therubyracer (~> 0.12.3)
|
||||
therubyrhino (>= 2.0)
|
||||
yard (~> 0.9.11)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue