aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock14
2 files changed, 17 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..4123d20
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source 'https://rubygems.org'
+
+gem 'prawn', '~> 1.3.0' \ No newline at end of file
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)