summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2023-10-24 11:56:17 -0700
committerCharlotte Koch <dressupgeekout@gmail.com>2023-10-24 11:56:37 -0700
commit1c8dc0461d0f54ded68df741775443762b7c6905 (patch)
tree1c8340870181f4180c2b84f959d2255211ecefca /Gemfile
parent77bb20beb12c517a888885fb7a055202db7ccc76 (diff)
First real commit
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..7e30993
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,4 @@
+source "https://rubygems.org"
+gem "matrix"
+gem "prawn"
+gem "prawn-table"