You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/08 21:38:56 UTC

[whimsy.git] [1/1] Commit 02b4fea: parser (2.3.0.3) appears to be a bit more picky

Commit 02b4fea409de0da36dd7f5260562263c60d029f5:
    parser (2.3.0.3) appears to be a bit more picky


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/board/agenda/Gemfile                                     |  -
www/board/agenda/views/pages/queue.js.rb                     | + -
------------------------------------------------------------
3 changes: 1 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 6401764..335df4b 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -20,7 +20,6 @@ gem 'execjs', ('<2.5.1' if RUBY_VERSION =~ /^1/)
 gem 'listen', ('~> 2.10' if RUBY_VERSION =~ /^1/)
 gem 'activesupport'
 gem 'mail'
-gem 'parser', '2.3.0.2'
 
 gem 'mime-types', '~> 2.6'
 
diff --git a/www/board/agenda/views/pages/queue.js.rb b/www/board/agenda/views/pages/queue.js.rb
index 5a1f6b9..56e871c 100644
--- a/www/board/agenda/views/pages/queue.js.rb
+++ b/www/board/agenda/views/pages/queue.js.rb
@@ -42,7 +42,7 @@ def render
       if @comments.empty?
         _p.col_xs_12 {_em 'None.'} 
       else
-        _dl.dl_horizontal @comments do |item|
+        _dl.dl_horizontal(@comments) do |item|
           _dt do
             _Link text: item.title, href: item.href
           end