You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2022/05/25 02:51:36 UTC

[whimsy] branch master updated: Nokogumbo has been merged into Nokogiri

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

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new ea1c3722 Nokogumbo has been merged into Nokogiri
ea1c3722 is described below

commit ea1c3722515b25b7b23721f1ee79a827d8adb140
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue May 24 22:50:44 2022 -0400

    Nokogumbo has been merged into Nokogiri
    
    See https://github.com/rubys/nokogumbo#notice-end-of-life
---
 www/project/icla/Gemfile | 2 +-
 www/roster/Gemfile       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/project/icla/Gemfile b/www/project/icla/Gemfile
index c287548a..284d94e2 100644
--- a/www/project/icla/Gemfile
+++ b/www/project/icla/Gemfile
@@ -17,7 +17,7 @@ gem 'rake'
 gem 'wunderbar'
 gem 'ruby2js'
 gem 'sinatra'
-gem 'nokogumbo'
+gem 'nokogiri'
 gem 'execjs'
 
 group :test do
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index 4debc723..7b154013 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -16,7 +16,7 @@ gem 'rake'
 gem 'wunderbar'
 gem 'ruby2js'
 gem 'sinatra', '~> 2.0'
-gem 'nokogumbo'
+gem 'nokogiri'
 gem 'mail'
 gem 'kramdown'
 gem 'sanitize'