Bump rails requirements to 3.2.0, update other gems

This commit is contained in:
Carlos Antonio da Silva 2012-01-24 11:19:28 -02:00
parent 95f7113661
commit 0e448b0a25
2 changed files with 17 additions and 17 deletions

View File

@ -2,8 +2,8 @@ source :rubygems
gemspec
gem 'activemodel', '>= 3.2.0.rc'
gem 'actionpack', '>= 3.2.0.rc'
gem 'activemodel', '~> 3.2.0'
gem 'actionpack', '~> 3.2.0'
gem 'rake'
gem 'rdoc'
gem 'mocha'

View File

@ -8,43 +8,43 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionpack (3.2.0.rc2)
activemodel (= 3.2.0.rc2)
activesupport (= 3.2.0.rc2)
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.0.rc1)
journey (~> 1.0.0)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.0.rc2)
activesupport (= 3.2.0.rc2)
activemodel (3.2.0)
activesupport (= 3.2.0)
builder (~> 3.0.0)
activesupport (3.2.0.rc2)
activesupport (3.2.0)
i18n (~> 0.6)
multi_json (~> 1.0)
builder (3.0.0)
columnize (0.3.5)
columnize (0.3.6)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.0.rc4)
json (1.6.3)
journey (1.0.0)
json (1.6.5)
linecache (0.46)
rbx-require-relative (> 0.0.4)
metaclass (0.0.1)
mocha (0.10.0)
mocha (0.10.3)
metaclass (~> 0.0.1)
multi_json (1.0.4)
rack (1.4.0)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rbx-require-relative (0.0.5)
rdoc (3.11)
rdoc (3.12)
json (~> 1.4)
ruby-debug (0.10.4)
columnize (>= 0.1)
@ -62,8 +62,8 @@ PLATFORMS
ruby
DEPENDENCIES
actionpack (>= 3.2.0.rc)
activemodel (>= 3.2.0.rc)
actionpack (~> 3.2.0)
activemodel (~> 3.2.0)
mocha
rake
rdoc