Skip to content

Commit

Permalink
Remove unnecessary require_dependency
Browse files Browse the repository at this point in the history
  This was causing a load error inside watermarkresources:

  ~/.rbenv/versions/2.3.6/lib/ruby/gems/2.3.0/gems/activesupport-5.1.5/lib/active_support/concern.rb:126:in `included': Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks)
	from ~/.rbenv/versions/2.3.6/lib/ruby/gems/2.3.0/bundler/gems/wcc-contentful-f0b98a0f473a/wcc-contentful/lib/wcc/contentful/event.rb:33:in `<module:Event>'
	from ~/.rbenv/versions/2.3.6/lib/ruby/gems/2.3.0/bundler/gems/wcc-contentful-f0b98a0f473a/wcc-contentful/lib/wcc/contentful/event.rb:3:in `<top (required)>'
	from ~/.rbenv/versions/2.3.6/lib/ruby/gems/2.3.0/gems/activesupport-5.1.5/lib/active_support/dependencies.rb:477:in `load'
  • Loading branch information
gburgett committed Mar 13, 2019
1 parent 88183c1 commit 6f96e37
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require_dependency 'wcc/contentful/application_controller'
require_dependency 'wcc/contentful/event'
require 'wisper'

module WCC::Contentful
# The WebhookController is mounted by the WCC::Contentful::Engine to receive
Expand Down

0 comments on commit 6f96e37

Please sign in to comment.