aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 97cc778cc24841f2c47248833be0c076ff8be52d (plain) (blame)
1
2
3
4
5
6
7
8
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'
gem 'rspec-expectations', '~> 3.1.2'