Update activerecord to 3.2.11

This commit is contained in:
sanemat 2013-01-09 19:05:20 +09:00
parent 3a4639fae5
commit 49cfb1ac46
2 changed files with 18 additions and 17 deletions

View file

@ -11,7 +11,7 @@ group :development do
gem "json_pure" gem "json_pure"
#ORM's #ORM's
gem "activerecord", "3.2.6" gem "activerecord"
gem "datamapper" gem "datamapper"
gem "dm-migrations" gem "dm-migrations"
gem "dm-sqlite-adapter" gem "dm-sqlite-adapter"

View file

@ -1,25 +1,25 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionpack (3.2.6) actionpack (3.2.11)
activemodel (= 3.2.6) activemodel (= 3.2.11)
activesupport (= 3.2.6) activesupport (= 3.2.11)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.1) journey (~> 1.0.4)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.3) sprockets (~> 2.2.1)
activemodel (3.2.6) activemodel (3.2.11)
activesupport (= 3.2.6) activesupport (= 3.2.11)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.6) activerecord (3.2.11)
activemodel (= 3.2.6) activemodel (= 3.2.11)
activesupport (= 3.2.6) activesupport (= 3.2.11)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activesupport (3.2.6) activesupport (3.2.11)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.8) addressable (2.2.8)
@ -150,9 +150,9 @@ GEM
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
railties (3.2.6) railties (3.2.11)
actionpack (= 3.2.6) actionpack (= 3.2.11)
activesupport (= 3.2.6) activesupport (= 3.2.11)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
@ -179,8 +179,9 @@ GEM
rspec-mocks (~> 2.12.0) rspec-mocks (~> 2.12.0)
sequel (3.21.0) sequel (3.21.0)
slop (3.3.3) slop (3.3.3)
sprockets (2.1.3) sprockets (2.2.2)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6) sqlite3 (1.3.6)
@ -196,7 +197,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activerecord (= 3.2.6) activerecord
bson_ext bson_ext
bundler bundler
couch_potato couch_potato