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 2016/05/24 21:28:53 UTC

[whimsy] branch master updated: Ruby 1.9.3 workaround

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  7975c20   Ruby 1.9.3 workaround
7975c20 is described below

commit 7975c20938a4d8d4a9a5271766f1edc080072f62
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue May 24 17:28:36 2016 -0400

    Ruby 1.9.3 workaround
---
 www/secretary/Gemfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/secretary/Gemfile b/www/secretary/Gemfile
index 8a86bb0..36ba019 100644
--- a/www/secretary/Gemfile
+++ b/www/secretary/Gemfile
@@ -11,3 +11,5 @@ end
 gem 'ruby2js', '>= 2.0.0'
 gem 'wunderbar'
 gem 'mail'
+gem 'mime-types', ('~> 2.99' if RUBY_VERSION < '2')
+

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].