Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
require
instead of autoload
for bundler/plugin/api
This was originally a workaround fix in rubygems#5010, to prevent the following error in fastlane and rdoc on bundler 1.14.3, but the following commit undid this, and this errors is reappearing: rubygems@6167ec8 ``` gems/bundler-1.14.3/lib/bundler/rubygems_ext.rb:45:in `full_gem_path': uninitialized constant Bundler::Plugin::API::Source (NameError) from /lib/ruby/site_ruby/2.0.0/rubygems/basic_specification.rb:144:in `block in full_require_paths' ``` This commit will revert that change.
- Loading branch information