aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-21 22:26:40 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-21 22:26:40 +0100
commitfde532f840f782750e891648b912094ff6eef4b4 (patch)
tree710e57b19f3d7002b7498f05afda45e31b474161 /Gemfile
parent0a4f3a322ce941f10b9750a0ce419b6f5bc1aa7c (diff)
downloadpdf-calendars-fde532f840f782750e891648b912094ff6eef4b4.tar.gz
pdf-calendars-fde532f840f782750e891648b912094ff6eef4b4.tar.bz2
pdf-calendars-fde532f840f782750e891648b912094ff6eef4b4.zip
Add rake file
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4123d20..9e1b0ff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
-gem 'prawn', '~> 1.3.0' \ No newline at end of file
+gem 'prawn', '~> 1.3.0'
+gem 'rake', '~> 10.4.2' \ No newline at end of file