Skip to content

Commit

Permalink
update to rails 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed May 8, 2011
1 parent 06160e3 commit bfabb97
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'http://rubygems.org'
gem 'rails', '3.0.6'
gem 'rails', '3.0.7'
gem "rspec-rails", ">= 2.5.0", :group => [:development, :test]
gem "database_cleaner", ">= 0.6.7", :group => :test
gem "mongoid-rspec", ">= 1.4.1", :group => :test
Expand Down
124 changes: 60 additions & 64 deletions Gemfile.lock
Expand Up @@ -2,37 +2,36 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.5)
actionpack (= 3.0.5)
actionmailer (3.0.6)
actionpack (= 3.0.6)
mail (~> 2.2.15)
actionpack (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
actionpack (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.5)
activesupport (= 3.0.5)
activemodel (3.0.6)
activesupport (= 3.0.6)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
i18n (~> 0.5.0)
activerecord (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
archive-tar-minitar (0.5.2)
activeresource (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
activesupport (3.0.6)
arel (2.0.9)
bcrypt-ruby (2.1.4)
bson (1.2.4)
bson_ext (1.2.4)
bson (1.3.0)
bson_ext (1.3.0)
builder (2.1.2)
capybara (0.4.1.2)
celerity (>= 0.7.9)
Expand All @@ -43,22 +42,23 @@ GEM
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.8)
celerity (0.8.9)
childprocess (0.1.8)
ffi (~> 1.0.6)
configuration (1.2.0)
cucumber (0.10.2)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (>= 2.3.5)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
cucumber-rails (0.4.0)
cucumber-rails (0.4.1)
cucumber (>= 0.10.1)
nokogiri (>= 1.4.4)
rack-test (>= 0.5.7)
culerity (0.2.15)
database_cleaner (0.6.6)
devise (1.2.0)
database_cleaner (0.6.7)
devise (1.3.4)
bcrypt-ruby (~> 2.1.2)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
Expand All @@ -71,27 +71,29 @@ GEM
rails (>= 3.0.0)
ffi (1.0.7)
rake (>= 0.8.7)
gherkin (2.3.5)
gherkin (2.3.7)
json (>= 1.4.6)
i18n (0.5.0)
json (1.4.6)
json (1.5.1)
json_pure (1.5.1)
mail (2.2.15)
launchy (0.4.0)
configuration (>= 0.0.5)
rake (>= 0.8.1)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mongo (1.2.4)
bson (>= 1.2.4)
mongoid (2.0.0.rc.8)
mongo (1.3.0)
bson (>= 1.3.0)
mongoid (2.0.1)
activemodel (~> 3.0)
mongo (~> 1.2)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
mongoid-rspec (1.4.1)
mongoid (~> 2.0.0.rc.7)
mongoid-rspec
mongoid-rspec (1.4.2)
mongoid (~> 2.0)
rspec (~> 2)
nokogiri (1.4.4)
orm_adapter (0.0.4)
Expand All @@ -101,31 +103,25 @@ GEM
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.5)
actionmailer (= 3.0.5)
actionpack (= 3.0.5)
activerecord (= 3.0.5)
activeresource (= 3.0.5)
activesupport (= 3.0.5)
rails (3.0.6)
actionmailer (= 3.0.6)
actionpack (= 3.0.6)
activerecord (= 3.0.6)
activeresource (= 3.0.6)
activesupport (= 3.0.6)
bundler (~> 1.0)
railties (= 3.0.5)
railties (3.0.5)
actionpack (= 3.0.5)
activesupport (= 3.0.5)
railties (= 3.0.6)
railties (3.0.6)
actionpack (= 3.0.6)
activesupport (= 3.0.6)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
relish (0.2.2)
archive-tar-minitar (~> 0.5.2)
json (~> 1.4.6)
rest-client (~> 1.6.1)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-core (2.5.2)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
Expand All @@ -135,7 +131,7 @@ GEM
railties (~> 3.0)
rspec (~> 2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.4)
selenium-webdriver (0.2.0)
childprocess (>= 0.1.7)
ffi (>= 1.0.7)
json_pure
Expand All @@ -144,25 +140,25 @@ GEM
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.25)
warden (1.0.3)
rack (>= 1.0.0)
tzinfo (0.3.27)
warden (1.0.4)
rack (>= 1.0)
will_paginate (3.0.pre2)
xpath (0.1.3)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
bson_ext (>= 1.2.4)
bson_ext (>= 1.3.0)
capybara (>= 0.4.1.2)
cucumber-rails (>= 0.4.0)
database_cleaner (>= 0.6.6)
devise (>= 1.2.0)
cucumber-rails (>= 0.4.1)
database_cleaner (>= 0.6.7)
devise (>= 1.3.3)
factory_girl_rails (>= 1.1.beta1)
mongoid (>= 2.0.0.rc.8)
launchy (>= 0.4.0)
mongoid (>= 2.0.1)
mongoid-rspec (>= 1.4.1)
rails (>= 3.0.5)
relish (>= 0.2.2)
rspec-rails (>= 2.5)
rails (= 3.0.6)
rspec-rails (>= 2.5.0)

0 comments on commit bfabb97

Please sign in to comment.