Navigation Menu

Skip to content

Commit

Permalink
Update rails dependency to version 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 27, 2012
1 parent e961968 commit fc90ea1
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'


gem 'rails', '~> 3.2.3' gem 'rails', '~> 3.2.7'


gem 'airbrake' gem 'airbrake'
gem 'clearance', '~> 0.16.2' gem 'clearance', '~> 0.16.2'
Expand Down
50 changes: 25 additions & 25 deletions Gemfile.lock
@@ -1,31 +1,31 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (3.2.6) actionmailer (3.2.7)
actionpack (= 3.2.6) actionpack (= 3.2.7)
mail (~> 2.4.4) mail (~> 2.4.4)
actionpack (3.2.6) actionpack (3.2.7)
activemodel (= 3.2.6) activemodel (= 3.2.7)
activesupport (= 3.2.6) activesupport (= 3.2.7)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.1) journey (~> 1.0.4)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.3) sprockets (~> 2.1.3)
activemodel (3.2.6) activemodel (3.2.7)
activesupport (= 3.2.6) activesupport (= 3.2.7)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.6) activerecord (3.2.7)
activemodel (= 3.2.6) activemodel (= 3.2.7)
activesupport (= 3.2.6) activesupport (= 3.2.7)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.6) activeresource (3.2.7)
activemodel (= 3.2.6) activemodel (= 3.2.7)
activesupport (= 3.2.6) activesupport (= 3.2.7)
activesupport (3.2.6) activesupport (3.2.7)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.2.8) addressable (2.2.8)
Expand Down Expand Up @@ -164,22 +164,22 @@ GEM
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.6) rails (3.2.7)
actionmailer (= 3.2.6) actionmailer (= 3.2.7)
actionpack (= 3.2.6) actionpack (= 3.2.7)
activerecord (= 3.2.6) activerecord (= 3.2.7)
activeresource (= 3.2.6) activeresource (= 3.2.7)
activesupport (= 3.2.6) activesupport (= 3.2.7)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.6) railties (= 3.2.7)
rails-erd (1.0.0) rails-erd (1.0.0)
activerecord (>= 3.0) activerecord (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
choice (~> 0.1.6) choice (~> 0.1.6)
ruby-graphviz (~> 1.0.4) ruby-graphviz (~> 1.0.4)
railties (3.2.6) railties (3.2.7)
actionpack (= 3.2.6) actionpack (= 3.2.7)
activesupport (= 3.2.6) activesupport (= 3.2.7)
rack-ssl (~> 1.3.2) rack-ssl (~> 1.3.2)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
Expand Down
Binary file removed vendor/cache/actionmailer-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-3.2.7.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-3.2.7.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-3.2.7.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-3.2.7.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-3.2.7.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-3.2.7.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/railties-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/railties-3.2.7.gem
Binary file not shown.

0 comments on commit fc90ea1

Please sign in to comment.