0
0
Fork 0

added postgres to Gemfile

This commit is contained in:
Gibheer 2011-06-24 11:38:50 +02:00
parent 69c82591c4
commit f66ed15879
2 changed files with 12 additions and 0 deletions

View File

@ -2,3 +2,4 @@ source :rubygems
gem 'sinatra'
gem 'data_mapper'
gem 'dm-postgres-adapter'

View File

@ -13,14 +13,22 @@ GEM
dm-transactions (= 1.1.0)
dm-types (= 1.1.0)
dm-validations (= 1.1.0)
data_objects (0.10.6)
addressable (~> 2.1)
dm-aggregates (1.1.0)
dm-core (~> 1.1.0)
dm-constraints (1.1.0)
dm-core (~> 1.1.0)
dm-core (1.1.0)
addressable (~> 2.2.4)
dm-do-adapter (1.1.0)
data_objects (~> 0.10.2)
dm-core (~> 1.1.0)
dm-migrations (1.1.0)
dm-core (~> 1.1.0)
dm-postgres-adapter (1.1.0)
dm-do-adapter (~> 1.1.0)
do_postgres (~> 0.10.2)
dm-serializer (1.1.0)
dm-core (~> 1.1.0)
fastercsv (~> 1.5.4)
@ -38,6 +46,8 @@ GEM
uuidtools (~> 2.1.2)
dm-validations (1.1.0)
dm-core (~> 1.1.0)
do_postgres (0.10.6)
data_objects (= 0.10.6)
fastercsv (1.5.4)
json (1.4.6)
rack (1.3.0)
@ -53,4 +63,5 @@ PLATFORMS
DEPENDENCIES
data_mapper
dm-postgres-adapter
sinatra