aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-22 22:40:08 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-22 22:40:08 +0100
commite8341ef9884861fc24040d4f219a271ae1022722 (patch)
tree191cc7162a6ca5596ceef95977a3f0aa025e3b37 /Gemfile
parentfa4e80e193d541d3b7744971ac92f4835d8a9188 (diff)
downloadpdf-calendars-e8341ef9884861fc24040d4f219a271ae1022722.tar.gz
pdf-calendars-e8341ef9884861fc24040d4f219a271ae1022722.tar.bz2
pdf-calendars-e8341ef9884861fc24040d4f219a271ae1022722.zip
Add class calendar, rspec, locales for calendar and updated Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9e1b0ff..c95c1ab 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,7 @@
source 'https://rubygems.org'
gem 'prawn', '~> 1.3.0'
-gem 'rake', '~> 10.4.2' \ No newline at end of file
+gem 'prawn-table', '~> 0.2.1'
+gem 'rake', '~> 10.4.2'
+gem 'activesupport', '~> 4.2.0'
+gem 'rspec', '~> 3.1.0'