Lock Gemfile

This commit is contained in:
Marcos Tapajós 2011-02-24 23:33:05 -03:00
parent 1019a44d26
commit c6be3fdf64

View file

@ -12,21 +12,21 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
abstract (1.0.0) abstract (1.0.0)
actionpack (3.0.3) actionpack (3.0.4)
activemodel (= 3.0.3) activemodel (= 3.0.4)
activesupport (= 3.0.3) activesupport (= 3.0.4)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.4) i18n (~> 0.4)
rack (~> 1.2.1) rack (~> 1.2.1)
rack-mount (~> 0.6.13) rack-mount (~> 0.6.13)
rack-test (~> 0.5.6) rack-test (~> 0.5.7)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.3) activemodel (3.0.4)
activesupport (= 3.0.3) activesupport (= 3.0.4)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4) i18n (~> 0.4)
activesupport (3.0.3) activesupport (3.0.4)
builder (2.1.2) builder (2.1.2)
couchrest (1.0.1) couchrest (1.0.1)
json (>= 1.4.6) json (>= 1.4.6)
@ -36,16 +36,16 @@ GEM
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
i18n (0.5.0) i18n (0.5.0)
json (1.4.6) json (1.5.1)
mime-types (1.16) mime-types (1.16)
rack (1.2.1) rack (1.2.1)
rack-mount (0.6.13) rack-mount (0.6.13)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (0.5.7) rack-test (0.5.7)
rack (>= 1.0) rack (>= 1.0)
railties (3.0.3) railties (3.0.4)
actionpack (= 3.0.3) actionpack (= 3.0.4)
activesupport (= 3.0.3) activesupport (= 3.0.4)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (~> 0.14.4) thor (~> 0.14.4)
rake (0.8.7) rake (0.8.7)
@ -60,17 +60,12 @@ GEM
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0) rspec-mocks (2.3.0)
thor (0.14.6) thor (0.14.6)
tzinfo (0.3.23) tzinfo (0.3.24)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activemodel (~> 3.0.0)
couchrest (~> 1.0.1)
couchrest_model! couchrest_model!
mime-types (~> 1.15)
rack-test (>= 0.5.7) rack-test (>= 0.5.7)
railties (~> 3.0.0)
rspec (>= 2.0.0) rspec (>= 2.0.0)
tzinfo (~> 0.3.22)