From d38b71c92d947b576a4ba229a734378500fa89ad Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 28 Jul 2012 21:26:33 +0200 Subject: [PATCH] [dist] rails 3.2.7 is out --- src/api/Gemfile.lock | 54 ++++++++++++++++---------------- src/webui-testsuite/Gemfile.lock | 6 ++-- src/webui/Gemfile.lock | 52 +++++++++++++++--------------- 3 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 2d890e1f4a9..2e5566b1fab 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -1,31 +1,31 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (3.2.6) - actionpack (= 3.2.6) + actionmailer (3.2.7) + actionpack (= 3.2.7) mail (~> 2.4.4) - actionpack (3.2.6) - activemodel (= 3.2.6) - activesupport (= 3.2.6) + actionpack (3.2.7) + activemodel (= 3.2.7) + activesupport (= 3.2.7) builder (~> 3.0.0) erubis (~> 2.7.0) - journey (~> 1.0.1) + journey (~> 1.0.4) rack (~> 1.4.0) rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.1.3) - activemodel (3.2.6) - activesupport (= 3.2.6) + activemodel (3.2.7) + activesupport (= 3.2.7) builder (~> 3.0.0) - activerecord (3.2.6) - activemodel (= 3.2.6) - activesupport (= 3.2.6) + activerecord (3.2.7) + activemodel (= 3.2.7) + activesupport (= 3.2.7) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activeresource (3.2.6) - activemodel (= 3.2.6) - activesupport (= 3.2.6) - activesupport (3.2.6) + activeresource (3.2.7) + activemodel (= 3.2.7) + activesupport (= 3.2.7) + activesupport (3.2.7) i18n (~> 0.6) multi_json (~> 1.0) arel (3.0.2) @@ -44,14 +44,14 @@ GEM hike (1.2.1) i18n (0.6.0) journey (1.0.4) - json (1.7.3) + json (1.7.4) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) memcache-client (1.8.5) mime-types (1.19) - minitest (3.2.0) + minitest (3.3.0) multi_json (1.3.6) mysql2 (0.3.11) nokogiri (1.5.5) @@ -64,17 +64,17 @@ GEM rack rack-test (0.6.1) rack (>= 1.0) - rails (3.2.6) - actionmailer (= 3.2.6) - actionpack (= 3.2.6) - activerecord (= 3.2.6) - activeresource (= 3.2.6) - activesupport (= 3.2.6) + rails (3.2.7) + actionmailer (= 3.2.7) + actionpack (= 3.2.7) + activerecord (= 3.2.7) + activeresource (= 3.2.7) + activesupport (= 3.2.7) bundler (~> 1.0) - railties (= 3.2.6) - railties (3.2.6) - actionpack (= 3.2.6) - activesupport (= 3.2.6) + railties (= 3.2.7) + railties (3.2.7) + actionpack (= 3.2.7) + activesupport (= 3.2.7) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) diff --git a/src/webui-testsuite/Gemfile.lock b/src/webui-testsuite/Gemfile.lock index bbd96b78cd0..db4734e9f30 100644 --- a/src/webui-testsuite/Gemfile.lock +++ b/src/webui-testsuite/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.3.1) + addressable (2.3.2) builder (3.0.0) childprocess (0.3.4) ffi (~> 1.0, >= 1.0.6) colored (1.2) - ffi (1.1.0) + ffi (1.1.1) flog (2.5.3) ruby_parser (~> 2.0) sexp_processor (~> 3.0) headless (0.3.1) - libwebsocket (0.1.4) + libwebsocket (0.1.5) addressable multi_json (1.3.6) ruby_parser (2.3.1) diff --git a/src/webui/Gemfile.lock b/src/webui/Gemfile.lock index 0d6de5e6afd..db48f5417db 100644 --- a/src/webui/Gemfile.lock +++ b/src/webui/Gemfile.lock @@ -1,31 +1,31 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (3.2.6) - actionpack (= 3.2.6) + actionmailer (3.2.7) + actionpack (= 3.2.7) mail (~> 2.4.4) - actionpack (3.2.6) - activemodel (= 3.2.6) - activesupport (= 3.2.6) + actionpack (3.2.7) + activemodel (= 3.2.7) + activesupport (= 3.2.7) builder (~> 3.0.0) erubis (~> 2.7.0) - journey (~> 1.0.1) + journey (~> 1.0.4) rack (~> 1.4.0) rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.1.3) - activemodel (3.2.6) - activesupport (= 3.2.6) + activemodel (3.2.7) + activesupport (= 3.2.7) builder (~> 3.0.0) - activerecord (3.2.6) - activemodel (= 3.2.6) - activesupport (= 3.2.6) + activerecord (3.2.7) + activemodel (= 3.2.7) + activesupport (= 3.2.7) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activeresource (3.2.6) - activemodel (= 3.2.6) - activesupport (= 3.2.6) - activesupport (3.2.6) + activeresource (3.2.7) + activemodel (= 3.2.7) + activesupport (= 3.2.7) + activesupport (3.2.7) i18n (~> 0.6) multi_json (~> 1.0) arel (3.0.2) @@ -51,7 +51,7 @@ GEM jquery-rails (2.0.2) railties (>= 3.2.0, < 5.0) thor (~> 0.14) - json (1.7.3) + json (1.7.4) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -76,17 +76,17 @@ GEM rack rack-test (0.6.1) rack (>= 1.0) - rails (3.2.6) - actionmailer (= 3.2.6) - actionpack (= 3.2.6) - activerecord (= 3.2.6) - activeresource (= 3.2.6) - activesupport (= 3.2.6) + rails (3.2.7) + actionmailer (= 3.2.7) + actionpack (= 3.2.7) + activerecord (= 3.2.7) + activeresource (= 3.2.7) + activesupport (= 3.2.7) bundler (~> 1.0) - railties (= 3.2.6) - railties (3.2.6) - actionpack (= 3.2.6) - activesupport (= 3.2.6) + railties (= 3.2.7) + railties (3.2.7) + actionpack (= 3.2.7) + activesupport (= 3.2.7) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4)