Skip to content

Commit

Permalink
Install Prawn. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Mar 28, 2011
1 parent 79eb3d5 commit 2d2331c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -3,4 +3,5 @@ source 'http://localhost:8808'

gem 'rails', '~> 2.3.5'
gem 'postgres'
gem 'fast_gettext'
gem 'fast_gettext'
gem 'prawn'
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -13,6 +13,9 @@ GEM
activesupport (2.3.10)
fast_gettext (0.4.17)
postgres (0.7.9.2008.01.28)
prawn (0.4.0)
prawn-layout
prawn-layout (0.1.0)
rack (1.1.0)
rails (2.3.10)
actionmailer (= 2.3.10)
Expand All @@ -29,4 +32,5 @@ PLATFORMS
DEPENDENCIES
fast_gettext
postgres
prawn
rails (~> 2.3.5)

0 comments on commit 2d2331c

Please sign in to comment.