Skip to content

Commit

Permalink
[Truffle] Fix bundler workaround builder require
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fish committed Oct 24, 2016
1 parent bd3f9be commit 3ee7108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby/truffle/truffle/bundler-workarounds.rb
Expand Up @@ -584,7 +584,7 @@ def search_for(dependency)
This can be used to ignore building gem extensions until this is working correctly.
HEREDOC
puts native_extensions if $VERBOSE
require "rubygems/ext/builder"
require "rubygems/ext"

class Gem::Ext::Builder
def build_extensions
Expand Down

0 comments on commit 3ee7108

Please sign in to comment.