Skip to content

Commit

Permalink
Fixed libraries depending on event-core not loading it
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Aug 11, 2019
1 parent 7ba9463 commit a0ec959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'icalia-sdk-event-core'

require 'active_support'
require 'active_support/core_ext/object/blank'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true

require 'icalia-sdk-event-core'
require 'icalia-sdk-event-webhook/version'

0 comments on commit a0ec959

Please sign in to comment.