pull/5323/head
Jens Ulferts 8 years ago
parent 7463587e92
commit bd949380bf
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 2
      Gemfile
  2. 12
      Gemfile.lock

@ -115,7 +115,7 @@ gem 'airbrake', '~> 5.1.0', require: false
gem 'transactional_lock', git: 'https://github.com/finnlabs/transactional_lock.git',
branch: 'master'
gem 'prawn', '~> 2.1'
gem 'prawn', '~> 2.2'
gem 'prawn-table', '~> 0.2.2'
gem 'cells-rails', '~> 0.0.6'

@ -368,12 +368,12 @@ GEM
passenger (5.0.30)
rack
rake (>= 0.8.1)
pdf-core (0.6.1)
pdf-core (0.7.0)
pg (0.19.0)
powerpack (0.1.1)
prawn (2.1.0)
pdf-core (~> 0.6.1)
ttfunk (~> 1.4.0)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
pry (0.10.4)
@ -554,7 +554,7 @@ GEM
tilt (2.0.5)
timecop (0.8.1)
tool (0.2.3)
ttfunk (1.4.0)
ttfunk (1.5.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
tzinfo-data (1.2016.6)
@ -658,7 +658,7 @@ DEPENDENCIES
parallel_tests (~> 2.4.1)
passenger
pg (~> 0.19.0)
prawn (~> 2.1)
prawn (~> 2.2)
prawn-table (~> 0.2.2)
pry-byebug (~> 3.4.0)
pry-doc (~> 0.9.0)

Loading…
Cancel
Save