aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-21 22:20:54 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-21 22:20:54 +0100
commit98286b071488aa2a9bb45414c8bbf7434e2a800f (patch)
tree75807b52e72da096af3518c5b0820027b5c14b80 /Gemfile.lock
parentfb08be99b6440195b145cdc3f33253bb390a6e6a (diff)
downloadpdf-calendars-98286b071488aa2a9bb45414c8bbf7434e2a800f.tar.gz
pdf-calendars-98286b071488aa2a9bb45414c8bbf7434e2a800f.tar.bz2
pdf-calendars-98286b071488aa2a9bb45414c8bbf7434e2a800f.zip
Add Gemfile with prawn dependency
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..cd78748
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,14 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ pdf-core (0.4.0)
+ prawn (1.3.0)
+ pdf-core (~> 0.4.0)
+ ttfunk (~> 1.4.0)
+ ttfunk (1.4.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ prawn (~> 1.3.0)