[ARVADOS] updated: 2.1.0-88-gf19253b56

Git user git at public.arvados.org
Fri Nov 6 13:35:20 UTC 2020


Summary of changes:
 services/api/script/rails | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f19253b56850687a74e51bcec16a1c066f1ec508 (commit)
      from  473bb653e61fa0e3c825ba0f1f56c310e22e1ce9 (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 f19253b56850687a74e51bcec16a1c066f1ec508
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Nov 6 08:34:38 2020 -0500

    Fix require path in the 'script/rails' script for api server.
    
    closes #17094
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/services/api/script/rails b/services/api/script/rails
index 901460c70..14dcc9dd7 100755
--- a/services/api/script/rails
+++ b/services/api/script/rails
@@ -4,7 +4,7 @@
 
 ##### SSL - ward, 2012-10-15
 require 'rubygems'
-require 'rails/commands/server'
+require 'rails/command'
 require 'rack'
 require 'webrick'
 require 'webrick/https'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list