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 2019/11/25 12:46:49 UTC

[whimsy] branch master updated: remove cruft

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 5e24666  remove cruft
5e24666 is described below

commit 5e24666b843ebdfb3221fa373056e1f5d96ea9c4
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Nov 25 07:46:16 2019 -0500

    remove cruft
---
 www/board/agenda/Gemfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 3f762f1..4a677a7 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -16,8 +16,8 @@ gem 'wunderbar'
 gem 'ruby2js', '>= 3.2.0'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
-gem 'execjs', ('<2.5.1' if RUBY_VERSION =~ /^1/)
-gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
+gem 'execjs'
+gem 'listen'
 gem 'activesupport'
 gem 'mail'
 gem 'erubis'
@@ -26,8 +26,6 @@ gem 'websocket-eventmachine-server'
 gem 'websocket-client-simple'
 gem 'concurrent-ruby'
 
-gem 'mime-types', '~> 2.6'
-
 gem 'rubyXL'
 
 gem 'chronic'