As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 3fe9cea0 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Vendor redis_rb from Rubygems, not GitHub

Also just include the entire gem. Space used is negligible and this
way we don't have to think about what to leave in/out.

Create a vendor-gem script in Ruby instead of Make.
parent a3712cc1
No related branches found
No related tags found
No related merge requests found
Showing
with 1010 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
require "support/wire/thread"
require "support/wire/thread"
require "support/wire/synchrony"
module Helper
def around
rv = nil
EM.synchrony do
begin
rv = yield
ensure
EM.stop
end
end
rv
end
end
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment