Update rails dependency to version 3.1.0.rc3

This commit is contained in:
Erik Michaels-Ober 2011-06-08 16:06:13 -07:00
parent c12399f463
commit 71992ff1d0
2 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
source 'http://rubygems.org' source 'http://rubygems.org'
gem 'rails', '3.1.0.rc2' gem 'rails', '3.1.0.rc3'
gem 'coffee-script' gem 'coffee-script'
gem 'devise' gem 'devise'
gem 'geokit' gem 'geokit'

View File

@ -2,12 +2,12 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
ZenTest (4.5.0) ZenTest (4.5.0)
actionmailer (3.1.0.rc2) actionmailer (3.1.0.rc3)
actionpack (= 3.1.0.rc2) actionpack (= 3.1.0.rc3)
mail (~> 2.3.0) mail (~> 2.3.0)
actionpack (3.1.0.rc2) actionpack (3.1.0.rc3)
activemodel (= 3.1.0.rc2) activemodel (= 3.1.0.rc3)
activesupport (= 3.1.0.rc2) activesupport (= 3.1.0.rc3)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
i18n (~> 0.6) i18n (~> 0.6)
@ -17,20 +17,20 @@ GEM
rack-test (~> 0.6.0) rack-test (~> 0.6.0)
sprockets (~> 2.0.0.beta.10) sprockets (~> 2.0.0.beta.10)
tzinfo (~> 0.3.27) tzinfo (~> 0.3.27)
activemodel (3.1.0.rc2) activemodel (3.1.0.rc3)
activesupport (= 3.1.0.rc2) activesupport (= 3.1.0.rc3)
bcrypt-ruby (~> 2.1.4) bcrypt-ruby (~> 2.1.4)
builder (~> 3.0.0) builder (~> 3.0.0)
i18n (~> 0.6) i18n (~> 0.6)
activerecord (3.1.0.rc2) activerecord (3.1.0.rc3)
activemodel (= 3.1.0.rc2) activemodel (= 3.1.0.rc3)
activesupport (= 3.1.0.rc2) activesupport (= 3.1.0.rc3)
arel (~> 2.1.1) arel (~> 2.1.1)
tzinfo (~> 0.3.27) tzinfo (~> 0.3.27)
activeresource (3.1.0.rc2) activeresource (3.1.0.rc3)
activemodel (= 3.1.0.rc2) activemodel (= 3.1.0.rc3)
activesupport (= 3.1.0.rc2) activesupport (= 3.1.0.rc3)
activesupport (3.1.0.rc2) activesupport (3.1.0.rc3)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.6) addressable (2.2.6)
ansi (1.2.5) ansi (1.2.5)
@ -75,17 +75,17 @@ GEM
rack rack
rack-test (0.6.0) rack-test (0.6.0)
rack (>= 1.0) rack (>= 1.0)
rails (3.1.0.rc2) rails (3.1.0.rc3)
actionmailer (= 3.1.0.rc2) actionmailer (= 3.1.0.rc3)
actionpack (= 3.1.0.rc2) actionpack (= 3.1.0.rc3)
activerecord (= 3.1.0.rc2) activerecord (= 3.1.0.rc3)
activeresource (= 3.1.0.rc2) activeresource (= 3.1.0.rc3)
activesupport (= 3.1.0.rc2) activesupport (= 3.1.0.rc3)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.1.0.rc2) railties (= 3.1.0.rc3)
railties (3.1.0.rc2) railties (3.1.0.rc3)
actionpack (= 3.1.0.rc2) actionpack (= 3.1.0.rc3)
activesupport (= 3.1.0.rc2) activesupport (= 3.1.0.rc3)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (~> 0.14.6) thor (~> 0.14.6)
@ -129,7 +129,7 @@ DEPENDENCIES
haml haml
jruby-openssl (~> 0.7) jruby-openssl (~> 0.7)
pg pg
rails (= 3.1.0.rc2) rails (= 3.1.0.rc3)
sass sass
simplecov simplecov
sqlite3 sqlite3