Skip to content

Commit

Permalink
Bundle update to Rails 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jan 27, 2012
1 parent 9fb217b commit 87ce700
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Expand Up @@ -8,28 +8,28 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.0)
activesupport (= 3.2.0)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activesupport (3.2.0)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
builder (3.0.0)
columnize (0.3.6)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.0)
journey (1.0.1)
json (1.6.5)
linecache (0.46)
rbx-require-relative (> 0.0.4)
Expand All @@ -44,9 +44,9 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
railties (3.2.0)
actionpack (= 3.2.0)
activesupport (= 3.2.0)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down

0 comments on commit 87ce700

Please sign in to comment.