This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push: new fae6b390 YETUS-1184. replace therubyracer in site build (#281) fae6b390 is described below commit fae6b390b06c0f1752fc15221cea4b9cdb7d44dc Author: Allen Wittenauer <a...@apache.org> AuthorDate: Thu Jun 2 10:39:44 2022 -0700 YETUS-1184. replace therubyracer in site build (#281) --- asf-site-src/Gemfile | 2 +- asf-site-src/Gemfile.lock | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/asf-site-src/Gemfile b/asf-site-src/Gemfile index 623e744e..b09c0e91 100644 --- a/asf-site-src/Gemfile +++ b/asf-site-src/Gemfile @@ -35,7 +35,7 @@ gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw] # Windows does not come with time zone data gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby] -gem 'therubyracer' +gem 'mini_racer' gem 'kramdown-parser-gfm' diff --git a/asf-site-src/Gemfile.lock b/asf-site-src/Gemfile.lock index f049f095..bc43b659 100644 --- a/asf-site-src/Gemfile.lock +++ b/asf-site-src/Gemfile.lock @@ -9,7 +9,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.1.5) + activesupport (6.1.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -43,11 +43,13 @@ GEM http_parser.rb (0.8.0) i18n (1.6.0) concurrent-ruby (~> 1.0) - kramdown (2.3.2) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - libv8 (3.16.14.19) + libv8-node (16.10.0.0) + libv8-node (16.10.0.0-aarch64-linux) + libv8-node (16.10.0.0-x86_64-linux) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -89,6 +91,8 @@ GEM em-websocket (~> 0.5.1) middleman-core (>= 3.3) rack-livereload (~> 0.3.15) + mini_racer (0.6.2) + libv8-node (~> 16.10.0.0) minitest (5.15.0) padrino-helpers (0.15.1) i18n (>= 0.6.7, < 2) @@ -97,23 +101,19 @@ GEM padrino-support (0.15.1) parallel (1.22.1) parslet (2.0.0) - public_suffix (4.0.6) + public_suffix (4.0.7) rack (2.2.3) rack-livereload (0.3.17) rack rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) - ref (2.0.0) rexml (3.2.5) rouge (3.28.0) sassc (2.4.0) ffi (~> 1.9) servolux (0.13.0) temple (0.8.2) - therubyracer (0.12.3) - libv8 (~> 3.16.14.15) - ref thor (1.2.1) tilt (2.0.10) toml (0.3.0) @@ -126,14 +126,16 @@ GEM zeitwerk (2.5.4) PLATFORMS - ruby + aarch64-linux + aarh64-linux + x86_64-linux DEPENDENCIES kramdown-parser-gfm middleman (~> 4.3) middleman-livereload middleman-syntax! - therubyracer + mini_racer tzinfo-data wdm (~> 0.1.0)