OSDN Git Service

Gemfile: thinreportsを追加
authorYOSHIDA Hiroki <hyoshida@appirits.com>
Fri, 31 May 2013 12:34:21 +0000 (21:34 +0900)
committerYOSHIDA Hiroki <hyoshida@appirits.com>
Fri, 31 May 2013 12:34:21 +0000 (21:34 +0900)
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index e16b4cf..4667002 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -13,6 +13,7 @@ gem 'thoughtbot-factory_girl', '1.2.2'
 gem 'json'
 gem 'daemons'
 gem 'moji'
+gem 'thinreports'
 
 gem 'acts_as_list', :git => 'git://github.com/swanandp/acts_as_list.git', :ref => '819c37df1a5cacb5990a5c2cb923531e570203f'
 gem 'acts_as_tree', '0.1.1'
index 00fa382..5778544 100644 (file)
@@ -14,6 +14,7 @@ GEM
   remote: https://rubygems.org/
   remote: http://gems.github.com/
   specs:
+    Ascii85 (1.0.2)
     actionmailer (2.3.17)
       actionpack (= 2.3.17)
     actionpack (2.3.17)
@@ -26,6 +27,7 @@ GEM
     activesupport (2.3.17)
     acts_as_tree (0.1.1)
     addressable (2.3.4)
+    afm (0.2.0)
     ar_fixtures (0.0.4)
       hoe (>= 1.2.1)
     coderay (1.0.9)
@@ -41,6 +43,7 @@ GEM
     gettext (2.1.0)
       locale (>= 2.0.5)
     gruff (0.3.6)
+    hashery (2.1.0)
     hoe (3.6.2)
       rake (>= 0.8, < 11.0)
     jpmobile (0.0.8)
@@ -48,7 +51,16 @@ GEM
     locale (2.0.8)
     method_source (0.8.1)
     moji (1.6)
+    pdf-reader (1.3.3)
+      Ascii85 (~> 1.0.0)
+      afm (~> 0.2.0)
+      hashery (~> 2.0)
+      ruby-rc4
+      ttfunk
     pg (0.15.1)
+    prawn (0.12.0)
+      pdf-reader (>= 0.9.0)
+      ttfunk (~> 1.0.2)
     pry (0.9.12.2)
       coderay (~> 1.0.5)
       method_source (~> 0.8)
@@ -71,10 +83,14 @@ GEM
     rspec-rails (1.2.9)
       rack (>= 1.0.0)
       rspec (>= 1.2.9)
+    ruby-rc4 (0.1.5)
     slop (3.4.5)
     test-unit (1.2.3)
       hoe (>= 1.5.1)
+    thinreports (0.7.6)
+      prawn (>= 0.12.0, <= 0.12.0)
     thoughtbot-factory_girl (1.2.2)
+    ttfunk (1.0.3)
     webmock (1.3.4)
       addressable (>= 2.1.1)
       crack (>= 0.1.7)
@@ -107,6 +123,7 @@ DEPENDENCIES
   rspec (= 1.2.9)
   rspec-rails (= 1.2.9)
   test-unit (= 1.2.3)
+  thinreports
   thoughtbot-factory_girl (= 1.2.2)
   webmock (= 1.3.4)
   will_paginate (~> 2.3)