aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: c95c1ab68258586be90d1e8a1c467f585eb6326e (plain) (blame)
1
2
3
4
5
6
7
source 'https://rubygems.org'

gem 'prawn', '~> 1.3.0'
gem 'prawn-table', '~> 0.2.1'
gem 'rake', '~> 10.4.2'
gem 'activesupport', '~> 4.2.0'
gem 'rspec', '~> 3.1.0'