This is an automated email from the ASF dual-hosted git repository.

dacort pushed a commit to branch doc/0.8.0
in repository https://gitbox.apache.org/repos/asf/incubator-livy-website.git

commit 14306028f8509deac03bf0d73a00fce1544b633f
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Mon Oct 9 12:31:36 2023 -0700

    Pin github-pages to specific version, otherwise extremely old version gets 
installed
---
 site/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/Gemfile b/site/Gemfile
index c13c470..5049fcf 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 source 'https://rubygems.org'
-gem 'github-pages'
+gem 'github-pages', '142'
 gem 'rouge'
 gem 'jekyll-oembed', :require => 'jekyll_oembed'
 # End Gemfile

Reply via email to