That has fixed the crash in the Board Agenda I was seeing
On 23 January 2018 at 18:47, <[email protected]> wrote: > This is an automated email from the ASF dual-hosted git repository. > > sebb 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 66dc08f Drop commit of local testing change > 66dc08f is described below > > commit 66dc08f7a134687b77a041bc70053fef48b4aea4 > Author: Sebb <[email protected]> > AuthorDate: Tue Jan 23 18:47:16 2018 +0000 > > Drop commit of local testing change > --- > www/board/agenda/Gemfile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile > index 434e65d..5523355 100644 > --- a/www/board/agenda/Gemfile > +++ b/www/board/agenda/Gemfile > @@ -12,8 +12,8 @@ else > end > > gem 'rake' > -gem 'wunderbar', path: '/Users/rubys/git/wunderbar' > -gem 'ruby2js', path: '/Users/rubys/git/ruby2js' > +gem 'wunderbar' > +gem 'ruby2js' > gem 'sinatra', '~> 2.0' > gem 'nokogumbo' > gem 'execjs', ('<2.5.1' if RUBY_VERSION =~ /^1/) > > -- > To stop receiving notification emails like this one, please contact > [email protected].
