[ARVADOS] updated: 11f281a74aa9ee6ccdd47e14f429294d5b5db15f

git at public.curoverse.com git at public.curoverse.com
Fri Oct 17 15:48:04 EDT 2014


Summary of changes:
 apps/workbench/Gemfile      | 2 +-
 apps/workbench/Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

       via  11f281a74aa9ee6ccdd47e14f429294d5b5db15f (commit)
      from  d9014288ed04b79bde6f626636a931b449323287 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 11f281a74aa9ee6ccdd47e14f429294d5b5db15f
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Oct 17 15:47:11 2014 -0400

    Make sure to use httpclient 2.5.0 or higher for Workbench. Older
    versions force the use of SSLv3, which is no longer advisable now that
    Poodle is a thing.
    
    No issue #

diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile
index a20e4e6..68f609d 100644
--- a/apps/workbench/Gemfile
+++ b/apps/workbench/Gemfile
@@ -76,7 +76,7 @@ gem 'andand'
 gem 'RedCloth'
 
 gem 'piwik_analytics'
-gem 'httpclient'
+gem 'httpclient', '~> 2.5.0'
 
 # This fork has Rails 4 compatible routes
 gem 'themes_for_rails', git: 'https://github.com/holtkampw/themes_for_rails', ref: '1fd2d7897d75ae0d6375f4c390df87b8e91ad417'
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index 301ef92..1e882a9 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -100,7 +100,7 @@ GEM
     headless (1.0.1)
     highline (1.6.20)
     hike (1.2.3)
-    httpclient (2.3.4.1)
+    httpclient (2.5.0)
     i18n (0.6.9)
     jquery-rails (3.0.4)
       railties (>= 3.0, < 5.0)
@@ -242,7 +242,7 @@ DEPENDENCIES
   coffee-rails
   deep_merge
   headless
-  httpclient
+  httpclient (~> 2.5.0)
   jquery-rails
   less
   less-rails

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list