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