update test gems

This commit is contained in:
Adam Meehan 2011-01-22 11:14:29 +11:00
parent 54347ee682
commit 9d4ac8d513
2 changed files with 72 additions and 73 deletions

View File

@ -3,15 +3,14 @@ source 'http://rubygems.org'
gemspec gemspec
gem 'ZenTest' gem 'ZenTest'
gem 'rails', '3.0.0' gem 'rails', '3.0.3'
gem 'rspec', '>= 2.0.0.beta.17' gem 'rspec', '~> 2.4'
gem 'rspec-rails', '>= 2.0.0.beta.17' gem 'rspec-rails', '~> 2.4'
gem 'timecop' gem 'timecop'
gem 'rspec_tag_matchers' gem 'rspec_tag_matchers'
group :mongoid do group :mongoid do
gem 'mongoid', '2.0.0.beta.19' gem 'mongoid', '2.0.0.rc.6'
gem 'bson_ext', '1.0.4'
end end
group :active_record do group :active_record do

View File

@ -1,105 +1,106 @@
PATH PATH
remote: . remote: .
specs: specs:
validates_timeliness (3.0.2) validates_timeliness (3.0.4)
timeliness (~> 0.3.2) timeliness (~> 0.3.2)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
ZenTest (4.4.0) ZenTest (4.4.2)
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.0) actionmailer (3.0.3)
actionpack (= 3.0.0) actionpack (= 3.0.3)
mail (~> 2.2.5) mail (~> 2.2.9)
actionpack (3.0.0) actionpack (3.0.3)
activemodel (= 3.0.0) activemodel (= 3.0.3)
activesupport (= 3.0.0) activesupport (= 3.0.3)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.4.1) i18n (~> 0.4)
rack (~> 1.2.1) rack (~> 1.2.1)
rack-mount (~> 0.6.12) rack-mount (~> 0.6.13)
rack-test (~> 0.5.4) rack-test (~> 0.5.6)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.0) activemodel (3.0.3)
activesupport (= 3.0.0) activesupport (= 3.0.3)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4.1) i18n (~> 0.4)
activerecord (3.0.0) activerecord (3.0.3)
activemodel (= 3.0.0) activemodel (= 3.0.3)
activesupport (= 3.0.0) activesupport (= 3.0.3)
arel (~> 1.0.0) arel (~> 2.0.2)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activeresource (3.0.0) activeresource (3.0.3)
activemodel (= 3.0.0) activemodel (= 3.0.3)
activesupport (= 3.0.0) activesupport (= 3.0.3)
activesupport (3.0.0) activesupport (3.0.3)
arel (1.0.1) arel (2.0.7)
activesupport (~> 3.0.0) bson (1.2.0)
bson (1.1.1)
bson_ext (1.0.4)
builder (2.1.2) builder (2.1.2)
diff-lcs (1.1.2) diff-lcs (1.1.2)
erubis (2.6.6) erubis (2.6.6)
abstract (>= 1.0.0) abstract (>= 1.0.0)
i18n (0.4.2) i18n (0.5.0)
mail (2.2.10) mail (2.2.14)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
i18n (~> 0.4.1) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.16) mime-types (1.16)
mongo (1.0.9) mongo (1.2.0)
bson (>= 1.0.5) bson (>= 1.2.0)
mongoid (2.0.0.beta.19) mongoid (2.0.0.rc.6)
activemodel (~> 3.0) activemodel (~> 3.0)
mongo (= 1.0.9) mongo (~> 1.2)
tzinfo (~> 0.3.22) tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre) will_paginate (~> 3.0.pre)
nokogiri (1.4.3.1) nokogiri (1.4.4)
polyglot (0.3.1) polyglot (0.3.1)
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.6) rack-test (0.5.7)
rack (>= 1.0) rack (>= 1.0)
rails (3.0.0) rails (3.0.3)
actionmailer (= 3.0.0) actionmailer (= 3.0.3)
actionpack (= 3.0.0) actionpack (= 3.0.3)
activerecord (= 3.0.0) activerecord (= 3.0.3)
activeresource (= 3.0.0) activeresource (= 3.0.3)
activesupport (= 3.0.0) activesupport (= 3.0.3)
bundler (~> 1.0.0) bundler (~> 1.0)
railties (= 3.0.0) railties (= 3.0.3)
railties (3.0.0) railties (3.0.3)
actionpack (= 3.0.0) actionpack (= 3.0.3)
activesupport (= 3.0.0) activesupport (= 3.0.3)
rake (>= 0.8.4) rake (>= 0.8.7)
thor (~> 0.14.0) thor (~> 0.14.4)
rake (0.8.7) rake (0.8.7)
rspec (2.0.0.beta.22) rspec (2.4.0)
rspec-core (= 2.0.0.beta.22) rspec-core (~> 2.4.0)
rspec-expectations (= 2.0.0.beta.22) rspec-expectations (~> 2.4.0)
rspec-mocks (= 2.0.0.beta.22) rspec-mocks (~> 2.4.0)
rspec-core (2.0.0.beta.22) rspec-core (2.4.0)
rspec-expectations (2.0.0.beta.22) rspec-expectations (2.4.0)
diff-lcs (>= 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.0.0.beta.22) rspec-mocks (2.4.0)
rspec-core (= 2.0.0.beta.22) rspec-rails (2.4.1)
rspec-expectations (= 2.0.0.beta.22) actionpack (~> 3.0)
rspec-rails (2.0.0.beta.22) activesupport (~> 3.0)
rspec (= 2.0.0.beta.22) railties (~> 3.0)
rspec (~> 2.4.0)
rspec_tag_matchers (1.0.0) rspec_tag_matchers (1.0.0)
nokogiri (>= 1.4.0) nokogiri (>= 1.4.0)
rspec-rails (>= 1.2.6) rspec-rails (>= 1.2.6)
sqlite3-ruby (1.3.1) sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6) thor (0.14.6)
timecop (0.3.5) timecop (0.3.5)
timeliness (0.3.2) timeliness (0.3.3)
treetop (1.4.9) treetop (1.4.9)
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.23) tzinfo (0.3.24)
will_paginate (3.0.pre2) will_paginate (3.0.pre2)
PLATFORMS PLATFORMS
@ -107,11 +108,10 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
ZenTest ZenTest
bson_ext (= 1.0.4) mongoid (= 2.0.0.rc.6)
mongoid (= 2.0.0.beta.19) rails (= 3.0.3)
rails (= 3.0.0) rspec (~> 2.4)
rspec (>= 2.0.0.beta.17) rspec-rails (~> 2.4)
rspec-rails (>= 2.0.0.beta.17)
rspec_tag_matchers rspec_tag_matchers
sqlite3-ruby sqlite3-ruby
timecop timecop