lib/vultr.rb in vultr-0.3.2 vs lib/vultr.rb in vultr-0.3.3
- old
+ new
@@ -232,11 +232,10 @@
private
def setup_request!
options = {
- headers: {:Accept => 'application/json'},
- ssl: {verify: false}
+ headers: {:Accept => 'application/json'}
}
Vultr.request = Faraday.new(options) do |faraday|
faraday.request :url_encoded
faraday.response :json, :content_type => 'application/json'