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 2021/10/02 19:44:42 UTC

[whimsy] branch master updated: nokogumbo => 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 18dcaaa  nokogumbo => nokogiri
18dcaaa is described below

commit 18dcaaaa57b92c43d0a82327bba2544bac5a401d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Oct 2 15:44:27 2021 -0400

    nokogumbo => nokogiri
---
 www/board/agenda/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 2c15597..5d35062 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -15,7 +15,7 @@ gem 'rake'
 gem 'wunderbar'
 gem 'ruby2js'
 gem 'sinatra', '~> 2.0'
-gem 'nokogumbo'
+gem 'nokogiri'
 gem 'execjs'
 gem 'listen'
 gem 'activesupport'