Skip to content

Commit

Permalink
Update to Rails 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
etdsoft committed Jun 21, 2012
1 parent 115d6d1 commit ac93c76
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.2.3'
gem 'rails', '3.2.6'

# Gems used only for assets and not required
# in production environments by default.
Expand Down
62 changes: 32 additions & 30 deletions Gemfile.lock
Expand Up @@ -2,31 +2,31 @@ GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
actionmailer (3.2.3)
actionpack (= 3.2.3)
actionmailer (3.2.6)
actionpack (= 3.2.6)
mail (~> 2.4.4)
actionpack (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
actionpack (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
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.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
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.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
Expand All @@ -47,6 +47,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.2.0)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
env (0.2.0)
erubis (2.7.0)
Expand All @@ -61,7 +62,7 @@ GEM
guard (>= 0.8.4)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
journey (1.0.4)
jquery-fileupload-rails (0.3.0)
actionpack (>= 3.1)
railties (>= 3.1)
Expand All @@ -74,8 +75,8 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.3.5)
mime-types (1.19)
multi_json (1.3.6)
nokogiri (1.5.2)
polyglot (0.3.3)
rack (1.4.1)
Expand All @@ -85,21 +86,21 @@ 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.6)
actionmailer (= 3.2.6)
actionpack (= 3.2.6)
activerecord (= 3.2.6)
activeresource (= 3.2.6)
activesupport (= 3.2.6)
bundler (~> 1.0)
railties (= 3.2.3)
railties (3.2.3)
actionpack (= 3.2.3)
activesupport (= 3.2.3)
railties (= 3.2.6)
railties (3.2.6)
actionpack (= 3.2.6)
activesupport (= 3.2.6)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
thor (>= 0.14.6, < 2.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
Expand Down Expand Up @@ -159,13 +160,14 @@ DEPENDENCIES
builder
capybara
coffee-rails (~> 3.2.1)
database_cleaner
execjs
factory_girl (~> 2.6.4)
guard-rspec
jquery-fileupload-rails
jquery-rails
nokogiri
rails (= 3.2.3)
rails (= 3.2.6)
rspec-rails
ruby-nmap
rubyzip (~> 0.9.6.1)
Expand Down
Binary file removed vendor/cache/actionmailer-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-3.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-3.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-3.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-3.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-3.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/database_cleaner-0.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/journey-1.0.3.gem
Binary file not shown.
Binary file added vendor/cache/journey-1.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/mime-types-1.18.gem
Binary file not shown.
Binary file added vendor/cache/mime-types-1.19.gem
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.3.5.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.3.6.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/railties-3.2.3.gem
Binary file not shown.
Binary file added vendor/cache/railties-3.2.6.gem
Binary file not shown.

0 comments on commit ac93c76

Please sign in to comment.