Skip to content

Commit

Permalink
Fix bundle when there are git sources
Browse files Browse the repository at this point in the history
ref #5161
  • Loading branch information
kbenne committed Apr 23, 2024
1 parent 5327c84 commit 276859d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruby/bindings/InitRubyBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,12 @@ void locateEmbeddedGems(bool use_bundler) {
require 'bundler/uri_credentials_filter'
require 'bundler/uri_normalizer'
require 'bundler/index'
require 'bundler/digest'
require 'bundler/source/git'
require 'bundler/source/git/git_proxy'
require 'bundler/match_remote_metadata'
require 'bundler/remote_specification'
require 'bundler/stub_specification'
require 'bundler'
begin
Expand Down

0 comments on commit 276859d

Please sign in to comment.