Merge branch 'develop' into staging
This commit is contained in:
commit
40a45d4da6
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ class RootController < ApplicationController
|
|||
redirect_to administrations_path
|
||||
|
||||
else
|
||||
@latest_release = Github::Releases.latest
|
||||
begin
|
||||
@latest_release = Github::Releases.latest
|
||||
rescue OpenSSL::SSL::SSLErrorWaitReadable
|
||||
@latest_release = nil
|
||||
end
|
||||
render 'landing'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue