Skip to content

Commit

Permalink
Fix loading of parallel gem
Browse files Browse the repository at this point in the history
  • Loading branch information
StefSchenkelaars committed Aug 4, 2021
1 parent 049b86c commit ad18bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/appsignal/sourcemap/supervisor.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "parallel"
require "appsignal/sourcemap/uploader"

module Appsignal
Expand Down
2 changes: 2 additions & 0 deletions lib/appsignal/sourcemap/uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def sourcemap_full_path

def request
Net::HTTP::Post.new(UPLOAD_URI).tap do |request|
# request.ssl_version = :TLSv1 and http.ciphers = ['RC4-SHA']

request.set_form request_form_data, "multipart/form-data"
end
end
Expand Down

0 comments on commit ad18bba

Please sign in to comment.