Skip to content

Commit

Permalink
Load 'path' explicitly, because 'webhook' needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
ahx authored and mheap committed Apr 20, 2020
1 parent fac3728 commit 1c16da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/oas_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require 'addressable/uri'
require 'deep_merge'

require_relative 'oas_parser/path.rb'
require_relative 'oas_parser/payload.rb'
require_relative 'oas_parser/raw_accessor.rb'
require_relative 'oas_parser/abstract_attribute.rb'
Expand Down

0 comments on commit 1c16da1

Please sign in to comment.