Skip to content

Commit

Permalink
Bump to Rails 3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Mar 18, 2013
1 parent 0ac823c commit bd1d00c
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
# ruby '1.9.3' # ruby '1.9.3'


gem 'rails', '~> 3.2' gem 'rails', '~> 3.2.13'


gem 'builder' gem 'builder'
gem 'bluepill' gem 'bluepill'
Expand Down
62 changes: 31 additions & 31 deletions Gemfile.lock
@@ -1,32 +1,32 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (3.2.12) actionmailer (3.2.13)
actionpack (= 3.2.12) actionpack (= 3.2.13)
mail (~> 2.4.4) mail (~> 2.5.3)
actionpack (3.2.12) actionpack (3.2.13)
activemodel (= 3.2.12) activemodel (= 3.2.13)
activesupport (= 3.2.12) activesupport (= 3.2.13)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.4) journey (~> 1.0.4)
rack (~> 1.4.5) rack (~> 1.4.5)
rack-cache (~> 1.2) rack-cache (~> 1.2)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.2.1) sprockets (~> 2.2.1)
activemodel (3.2.12) activemodel (3.2.13)
activesupport (= 3.2.12) activesupport (= 3.2.13)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.12) activerecord (3.2.13)
activemodel (= 3.2.12) activemodel (= 3.2.13)
activesupport (= 3.2.12) activesupport (= 3.2.13)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activeresource (3.2.12) activeresource (3.2.13)
activemodel (= 3.2.12) activemodel (= 3.2.13)
activesupport (= 3.2.12) activesupport (= 3.2.13)
activesupport (3.2.12) activesupport (3.2.13)
i18n (~> 0.6) i18n (= 0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.3) addressable (2.3.3)
aggregate (0.2.2) aggregate (0.2.2)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
high_voltage (1.2.2) high_voltage (1.2.2)
highline (1.6.16) highline (1.6.16)
hike (1.2.1) hike (1.2.1)
i18n (0.6.4) i18n (0.6.1)
journey (1.0.4) journey (1.0.4)
jquery-rails (2.2.1) jquery-rails (2.2.1)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
Expand All @@ -128,13 +128,13 @@ GEM
librato-rails (0.8.2) librato-rails (0.8.2)
librato-metrics (~> 1.0.2) librato-metrics (~> 1.0.2)
rails (>= 3.0) rails (>= 3.0)
mail (2.4.4) mail (2.5.3)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
method_source (0.8.1) method_source (0.8.1)
mime-types (1.21) mime-types (1.21)
multi_json (1.6.1) multi_json (1.7.0)
multipart-post (1.2.0) multipart-post (1.2.0)
net-scp (1.1.0) net-scp (1.1.0)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
Expand Down Expand Up @@ -169,22 +169,22 @@ GEM
rack rack
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (3.2.12) rails (3.2.13)
actionmailer (= 3.2.12) actionmailer (= 3.2.13)
actionpack (= 3.2.12) actionpack (= 3.2.13)
activerecord (= 3.2.12) activerecord (= 3.2.13)
activeresource (= 3.2.12) activeresource (= 3.2.13)
activesupport (= 3.2.12) activesupport (= 3.2.13)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.2.12) railties (= 3.2.13)
rails-erd (1.1.0) rails-erd (1.1.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.12) railties (3.2.13)
actionpack (= 3.2.12) actionpack (= 3.2.13)
activesupport (= 3.2.12) activesupport (= 3.2.13)
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 Expand Up @@ -226,7 +226,7 @@ GEM
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
state_machine (1.1.2) state_machine (1.1.2)
thor (0.17.0) thor (0.17.0)
tilt (1.3.5) tilt (1.3.6)
timecop (0.6.0) timecop (0.6.0)
treetop (1.4.12) treetop (1.4.12)
polyglot polyglot
Expand Down Expand Up @@ -288,7 +288,7 @@ DEPENDENCIES
rack rack
rack-maintenance rack-maintenance
rack-test rack-test
rails (~> 3.2) rails (~> 3.2.13)
rails-erd rails-erd
rdoc rdoc
redis redis
Expand Down
Binary file removed vendor/cache/actionmailer-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-3.2.13.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-3.2.13.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-3.2.13.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-3.2.13.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-3.2.13.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-3.2.13.gem
Binary file not shown.
Binary file added vendor/cache/i18n-0.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-0.6.4.gem
Binary file not shown.
Binary file removed vendor/cache/mail-2.4.4.gem
Binary file not shown.
Binary file added vendor/cache/mail-2.5.3.gem
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.6.1.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.7.0.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/railties-3.2.12.gem
Binary file not shown.
Binary file added vendor/cache/railties-3.2.13.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-1.3.5.gem
Binary file not shown.
Binary file added vendor/cache/tilt-1.3.6.gem
Binary file not shown.

0 comments on commit bd1d00c

Please sign in to comment.