aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: a070371f732152aed779c8cb3ec5911d674d516e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GEM
  remote: https://rubygems.org/
  specs:
    pdf-core (0.4.0)
    prawn (1.3.0)
      pdf-core (~> 0.4.0)
      ttfunk (~> 1.4.0)
    rake (10.4.2)
    ttfunk (1.4.0)

PLATFORMS
  ruby

DEPENDENCIES
  prawn (~> 1.3.0)
  rake (~> 10.4.2)