aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 7bea0979ec7a4133bd5e79ff9f94df475bb85c67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'

group :development, :test do
  gem 'rspec', '~> 3.1.0'
end

group :test do
  gem 'rspec_junit_formatter', '~> 0.2.0'
end