Skip to content

Commit

Permalink
Update rails to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cutalion committed May 31, 2012
1 parent f6478c1 commit 37f0372
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.3'
gem 'rails', '3.2.4'

gem "mongoid", "~> 2.4"
gem "bson_ext", "~> 1.5"
Expand Down
58 changes: 29 additions & 29 deletions Gemfile.lock
@@ -1,31 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.3)
actionpack (= 3.2.3)
actionmailer (3.2.4)
actionpack (= 3.2.4)
mail (~> 2.4.4)
actionpack (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
actionpack (3.2.4)
activemodel (= 3.2.4)
activesupport (= 3.2.4)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.3)
activesupport (= 3.2.3)
sprockets (~> 2.1.3)
activemodel (3.2.4)
activesupport (= 3.2.4)
builder (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
activerecord (3.2.4)
activemodel (= 3.2.4)
activesupport (= 3.2.4)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
activesupport (3.2.3)
activeresource (3.2.4)
activemodel (= 3.2.4)
activesupport (= 3.2.4)
activesupport (3.2.4)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
mongoid (>= 2.4.6)
rake
rspec (>= 2.9)
multi_json (1.3.5)
multi_json (1.3.6)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
Expand Down Expand Up @@ -205,23 +205,23 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.3)
actionmailer (= 3.2.3)
actionpack (= 3.2.3)
activerecord (= 3.2.3)
activeresource (= 3.2.3)
activesupport (= 3.2.3)
rails (3.2.4)
actionmailer (= 3.2.4)
actionpack (= 3.2.4)
activerecord (= 3.2.4)
activeresource (= 3.2.4)
activesupport (= 3.2.4)
bundler (~> 1.0)
railties (= 3.2.3)
railties (= 3.2.4)
rails_config (0.3.0)
activesupport (>= 3.0)
railties (3.2.3)
actionpack (= 3.2.3)
activesupport (= 3.2.3)
railties (3.2.4)
actionpack (= 3.2.4)
activesupport (= 3.2.4)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
thor (>= 0.14.6, < 2.0)
raindrops (0.9.0)
rake (0.9.2.2)
rb-fchange (0.0.5)
Expand Down Expand Up @@ -274,7 +274,7 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
thor (0.15.2)
tilt (1.3.3)
timecop (0.3.5)
treetop (1.4.10)
Expand Down Expand Up @@ -335,7 +335,7 @@ DEPENDENCIES
omniauth-facebook
omniauth-openid
omniauth-twitter
rails (= 3.2.3)
rails (= 3.2.4)
rails_config
rake
rb-fchange
Expand Down

0 comments on commit 37f0372

Please sign in to comment.