* adding postgres-copy

This commit is contained in:
Seth Call 2013-05-24 20:46:07 -05:00
parent d8730fa521
commit 21bb0f44db
2 changed files with 1 additions and 1 deletions

1
.rvmrc
View File

@ -1 +0,0 @@
rvm use ruby-1.9.3-p327@jamweb --create

View File

@ -48,6 +48,7 @@ gem 'aasm', '3.0.16'
gem 'carrierwave'
gem 'devise', '>= 1.1.2'
gem 'thin'
gem 'postgres-copy'
#group :libv8 do
# gem 'libv8', "~> 3.11.8"
#end