You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/11/18 18:39:28 UTC

[whimsy] branch master updated: Add pdf-reader

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 ade2099  Add pdf-reader
ade2099 is described below

commit ade2099116fff714b8b0e20e4697a54db3cf0e8e
Author: Sebb <se...@apache.org>
AuthorDate: Mon Nov 18 18:39:18 2019 +0000

    Add pdf-reader
---
 lib/Gemfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/lib/Gemfile b/lib/Gemfile
index d35f41b..1673e40 100644
--- a/lib/Gemfile
+++ b/lib/Gemfile
@@ -1,13 +1,15 @@
-# For Travis testing
-
 source 'https://rubygems.org'
 
+# lib needs these at run-time
+gem 'json'
+gem 'nokogiri'
+gem 'rake'
+gem 'ruby-ldap'
+gem 'wunderbar'
+gem 'pdf-reader'
+
+# For Travis testing
 group :test do
   gem 'whimsy-asf', path: File.expand_path('..', __dir__)
-  gem 'json'
-  gem 'nokogiri'
-  gem 'rake'
-  gem 'ruby-ldap'
-  gem 'wunderbar'
   gem 'rspec'
 end