Bundle update datamapper

This commit is contained in:
sanemat 2013-01-09 03:53:24 +09:00
parent 8626b2d604
commit 6d94c7b2ef
1 changed files with 36 additions and 37 deletions

View File

@ -22,7 +22,7 @@ GEM
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
addressable (2.3.2)
arel (3.0.2)
bson (1.6.4)
bson_ext (1.6.4)
@ -43,50 +43,49 @@ GEM
json (>= 1.4.6)
data_objects (0.10.8)
addressable (~> 2.1)
datamapper (1.0.0)
dm-aggregates (= 1.0.0)
dm-constraints (= 1.0.0)
dm-core (= 1.0.0)
dm-core (= 1.0.0)
dm-migrations (= 1.0.0)
dm-serializer (= 1.0.0)
dm-timestamps (= 1.0.0)
dm-transactions (= 1.0.0)
dm-types (= 1.0.0)
dm-validations (= 1.0.0)
datamapper (1.0.2)
dm-aggregates (= 1.0.2)
dm-constraints (= 1.0.2)
dm-core (= 1.0.2)
dm-migrations (= 1.0.2)
dm-serializer (= 1.0.2)
dm-timestamps (= 1.0.2)
dm-transactions (= 1.0.2)
dm-types (= 1.0.2)
dm-validations (= 1.0.2)
diff-lcs (1.1.3)
dm-aggregates (1.0.0)
dm-core (~> 1.0.0)
dm-constraints (1.0.0)
dm-core (~> 1.0.0)
dm-migrations (~> 1.0.0)
dm-core (1.0.0)
addressable (~> 2.1)
dm-aggregates (1.0.2)
dm-core (~> 1.0.2)
dm-constraints (1.0.2)
dm-core (~> 1.0.2)
dm-migrations (~> 1.0.2)
dm-core (1.0.2)
addressable (~> 2.2)
extlib (~> 0.9.15)
dm-do-adapter (1.0.0)
data_objects (~> 0.10.1)
dm-core (~> 1.0.0)
dm-migrations (1.0.0)
dm-core (~> 1.0.0)
dm-serializer (1.0.0)
dm-core (~> 1.0.0)
dm-migrations (1.0.2)
dm-core (~> 1.0.2)
dm-serializer (1.0.2)
dm-core (~> 1.0.2)
fastercsv (~> 1.5.3)
json_pure (~> 1.4.3)
json_pure (~> 1.4)
dm-sqlite-adapter (1.0.0)
dm-do-adapter (~> 1.0.0)
do_sqlite3 (~> 0.10.2)
dm-timestamps (1.0.0)
dm-core (~> 1.0.0)
dm-transactions (1.0.0)
dm-core (~> 1.0.0)
dm-types (1.0.0)
dm-core (~> 1.0.0)
dm-timestamps (1.0.2)
dm-core (~> 1.0.2)
dm-transactions (1.0.2)
dm-core (~> 1.0.2)
dm-types (1.0.2)
dm-core (~> 1.0.2)
fastercsv (~> 1.5.3)
json_pure (~> 1.4.3)
json_pure (~> 1.4)
stringex (~> 1.1.0)
uuidtools (~> 2.1.1)
dm-validations (1.0.0)
dm-core (~> 1.0.0)
dm-validations (1.0.2)
dm-core (~> 1.0.2)
do_sqlite3 (0.10.8)
data_objects (= 0.10.8)
erubis (2.7.0)
@ -110,7 +109,7 @@ GEM
rdoc
journey (1.0.4)
json (1.7.3)
json_pure (1.4.6)
json_pure (1.7.6)
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
@ -196,9 +195,9 @@ DEPENDENCIES
bundler
couch_potato
cucumber
datamapper (= 1.0.0)
dm-migrations (= 1.0.0)
dm-sqlite-adapter (= 1.0.0)
datamapper
dm-migrations
dm-sqlite-adapter
guard-rspec
jeweler
json_pure