Skip to content

Commit

Permalink
Fixed missing net/http AzureAD#40
Browse files Browse the repository at this point in the history
  • Loading branch information
daronco committed Jul 20, 2020
1 parent 99c9434 commit d1afed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omniauth/strategies/azure_activedirectory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
require 'omniauth'
require 'openssl'
require 'securerandom'
require 'net/http'

module OmniAuth
module Strategies
Expand Down

0 comments on commit d1afed5

Please sign in to comment.