From d03e022b8816fd4193ff7a0a34e35573e8114e7f Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 2 Jan 2017 18:59:07 +0100 Subject: WIP Use excon for HTTP requests --- lib/gitlab_excon.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/gitlab_excon.rb (limited to 'lib/gitlab_excon.rb') diff --git a/lib/gitlab_excon.rb b/lib/gitlab_excon.rb new file mode 100644 index 0000000..f8908e9 --- /dev/null +++ b/lib/gitlab_excon.rb @@ -0,0 +1,2 @@ +$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), 'vendor/excon/lib'))) +require 'excon' -- cgit v1.2.1