diff --git a/lib/loader.rb b/lib/loader.rb index 2706012..39dc8ed 100644 --- a/lib/loader.rb +++ b/lib/loader.rb @@ -1,5 +1,6 @@ # Global inclusions require 'bundler' +require 'curl' Bundler.require(:default) # Relative autopath inclusion