diff --git a/Gemfile b/Gemfile index e59dc86a..09013ef3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.18' +gem 'rails', '3.0.19' #gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3' gem 'compass', '~> 0.10.1' diff --git a/Gemfile.lock b/Gemfile.lock index 657d4f1e..42861b15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,12 +56,12 @@ GEM open4 Platform (0.4.0) abstract (1.0.0) - actionmailer (3.0.18) - actionpack (= 3.0.18) + actionmailer (3.0.19) + actionpack (= 3.0.19) mail (~> 2.2.19) - actionpack (3.0.18) - activemodel (= 3.0.18) - activesupport (= 3.0.18) + actionpack (3.0.19) + activemodel (= 3.0.19) + activesupport (= 3.0.19) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.5.0) @@ -69,19 +69,19 @@ GEM rack-mount (~> 0.6.14) rack-test (~> 0.5.7) tzinfo (~> 0.3.23) - activemodel (3.0.18) - activesupport (= 3.0.18) + activemodel (3.0.19) + activesupport (= 3.0.19) builder (~> 2.1.2) i18n (~> 0.5.0) - activerecord (3.0.18) - activemodel (= 3.0.18) - activesupport (= 3.0.18) + activerecord (3.0.19) + activemodel (= 3.0.19) + activesupport (= 3.0.19) arel (~> 2.0.10) tzinfo (~> 0.3.23) - activeresource (3.0.18) - activemodel (= 3.0.18) - activesupport (= 3.0.18) - activesupport (3.0.18) + activeresource (3.0.19) + activemodel (= 3.0.19) + activesupport (= 3.0.19) + activesupport (3.0.19) addressable (2.2.6) arel (2.0.10) bcrypt-ruby (2.1.4) @@ -153,23 +153,23 @@ GEM ruby-hmac parallel (0.5.17) polyglot (0.3.3) - rack (1.2.5) + rack (1.2.6) rack-fiber_pool (0.9.2) rack-mount (0.6.14) rack (>= 1.0.0) rack-test (0.5.7) rack (>= 1.0) - rails (3.0.18) - actionmailer (= 3.0.18) - actionpack (= 3.0.18) - activerecord (= 3.0.18) - activeresource (= 3.0.18) - activesupport (= 3.0.18) + rails (3.0.19) + actionmailer (= 3.0.19) + actionpack (= 3.0.19) + activerecord (= 3.0.19) + activeresource (= 3.0.19) + activesupport (= 3.0.19) bundler (~> 1.0) - railties (= 3.0.18) - railties (3.0.18) - actionpack (= 3.0.18) - activesupport (= 3.0.18) + railties (= 3.0.19) + railties (3.0.19) + actionpack (= 3.0.19) + activesupport (= 3.0.19) rake (>= 0.8.7) rdoc (~> 3.4) thor (~> 0.14.4) @@ -266,7 +266,7 @@ DEPENDENCIES openneo-auth-signatory (~> 0.1.0) parallel (~> 0.5.17) rack-fiber_pool - rails (= 3.0.18) + rails (= 3.0.19) rdiscount (~> 1.6.5) resque (~> 1.15.0) resque-retry (~> 0.1.0) diff --git a/vendor/cache/actionmailer-3.0.18.gem b/vendor/cache/actionmailer-3.0.18.gem deleted file mode 100644 index dcabcecb..00000000 Binary files a/vendor/cache/actionmailer-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-3.0.19.gem b/vendor/cache/actionmailer-3.0.19.gem new file mode 100644 index 00000000..b0c6205c Binary files /dev/null and b/vendor/cache/actionmailer-3.0.19.gem differ diff --git a/vendor/cache/actionpack-3.0.18.gem b/vendor/cache/actionpack-3.0.18.gem deleted file mode 100644 index ce68706d..00000000 Binary files a/vendor/cache/actionpack-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/actionpack-3.0.19.gem b/vendor/cache/actionpack-3.0.19.gem new file mode 100644 index 00000000..fe31288c Binary files /dev/null and b/vendor/cache/actionpack-3.0.19.gem differ diff --git a/vendor/cache/activemodel-3.0.18.gem b/vendor/cache/activemodel-3.0.18.gem deleted file mode 100644 index 9484f4d2..00000000 Binary files a/vendor/cache/activemodel-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/activemodel-3.0.19.gem b/vendor/cache/activemodel-3.0.19.gem new file mode 100644 index 00000000..65a2dfe5 Binary files /dev/null and b/vendor/cache/activemodel-3.0.19.gem differ diff --git a/vendor/cache/activerecord-3.0.18.gem b/vendor/cache/activerecord-3.0.18.gem deleted file mode 100644 index b54df7a8..00000000 Binary files a/vendor/cache/activerecord-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/activerecord-3.0.19.gem b/vendor/cache/activerecord-3.0.19.gem new file mode 100644 index 00000000..2753b57d Binary files /dev/null and b/vendor/cache/activerecord-3.0.19.gem differ diff --git a/vendor/cache/activeresource-3.0.18.gem b/vendor/cache/activeresource-3.0.18.gem deleted file mode 100644 index 1a5cdb7b..00000000 Binary files a/vendor/cache/activeresource-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/activeresource-3.0.19.gem b/vendor/cache/activeresource-3.0.19.gem new file mode 100644 index 00000000..f1698f9f Binary files /dev/null and b/vendor/cache/activeresource-3.0.19.gem differ diff --git a/vendor/cache/activesupport-3.0.18.gem b/vendor/cache/activesupport-3.0.18.gem deleted file mode 100644 index b482fc71..00000000 Binary files a/vendor/cache/activesupport-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/activesupport-3.0.19.gem b/vendor/cache/activesupport-3.0.19.gem new file mode 100644 index 00000000..44da8f9f Binary files /dev/null and b/vendor/cache/activesupport-3.0.19.gem differ diff --git a/vendor/cache/rack-1.2.5.gem b/vendor/cache/rack-1.2.5.gem deleted file mode 100644 index 313ea149..00000000 Binary files a/vendor/cache/rack-1.2.5.gem and /dev/null differ diff --git a/vendor/cache/rack-1.2.6.gem b/vendor/cache/rack-1.2.6.gem new file mode 100644 index 00000000..402769eb Binary files /dev/null and b/vendor/cache/rack-1.2.6.gem differ diff --git a/vendor/cache/rails-3.0.18.gem b/vendor/cache/rails-3.0.18.gem deleted file mode 100644 index 8a85d8fd..00000000 Binary files a/vendor/cache/rails-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/rails-3.0.19.gem b/vendor/cache/rails-3.0.19.gem new file mode 100644 index 00000000..22f13a43 Binary files /dev/null and b/vendor/cache/rails-3.0.19.gem differ diff --git a/vendor/cache/railties-3.0.18.gem b/vendor/cache/railties-3.0.18.gem deleted file mode 100644 index 8773d8fd..00000000 Binary files a/vendor/cache/railties-3.0.18.gem and /dev/null differ diff --git a/vendor/cache/railties-3.0.19.gem b/vendor/cache/railties-3.0.19.gem new file mode 100644 index 00000000..a33f0855 Binary files /dev/null and b/vendor/cache/railties-3.0.19.gem differ