From fa9ed35cb39f7c09cc059f324ac6507f619bdb39 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 27 Sep 2012 17:37:08 +0200 Subject: [PATCH] [api,webui] update gems - xmlhash fix is important enough --- src/api/Gemfile.lock | 2 +- src/webui/Gemfile | 2 +- src/webui/Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock index 46754ae09b9..8ac1bb5c208 100644 --- a/src/api/Gemfile.lock +++ b/src/api/Gemfile.lock @@ -99,7 +99,7 @@ GEM polyglot polyglot (>= 0.3.1) tzinfo (0.3.33) - xmlhash (1.2.2) + xmlhash (1.2.4) pkg-config yajl-ruby (1.1.0) diff --git a/src/webui/Gemfile b/src/webui/Gemfile index 77ccaa0856e..d47f1b1692a 100644 --- a/src/webui/Gemfile +++ b/src/webui/Gemfile @@ -32,7 +32,7 @@ gem 'delayed_job_active_record' gem 'exception_notification', '>=2.3' gem 'yajl-ruby' gem 'rdoc' -gem 'xmlhash', '>=1.2.1' +gem 'xmlhash', '>=1.2.4' gem 'fast_xs' gem 'memcache-client', :require => false gem 'jquery-rails' diff --git a/src/webui/Gemfile.lock b/src/webui/Gemfile.lock index d9aa6d32aed..bfe426db6a9 100644 --- a/src/webui/Gemfile.lock +++ b/src/webui/Gemfile.lock @@ -132,7 +132,7 @@ GEM nokogiri (>= 1.2.0) rack (>= 1.0) rack-test (>= 0.5.3) - xmlhash (1.2.2) + xmlhash (1.2.4) pkg-config yajl-ruby (1.1.0) @@ -160,5 +160,5 @@ DEPENDENCIES sqlite3 uglifier (>= 1.2.2) webrat (>= 0.7.3) - xmlhash (>= 1.2.1) + xmlhash (>= 1.2.4) yajl-ruby