Skip to content

Commit

Permalink
Explicit require to avoid circular load issue in bundler 1.14
Browse files Browse the repository at this point in the history
This appears to be another viable workaround, suggesting that
the auto-loads are not behaving as intended.

github: rubygems/bundler#5409
  • Loading branch information
dekellum committed Feb 21, 2017
1 parent 4b809ff commit cd5df2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncwrap.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- ruby -*-

require 'bundler/plugin/api/source'
require 'rjack-tarpit/spec' if gem 'rjack-tarpit', '~> 2.1'

RJack::TarPit.specify do |s|
Expand Down

0 comments on commit cd5df2a

Please sign in to comment.