Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Fix rubygems 2.2 compatibility #3237

Closed
wants to merge 4 commits into from

Commits on Dec 5, 2014

  1. Fix RubyGems 2.2+ compatibility.

    RubyGems since version 2.2 allows to reconfigure place, where binary
    extensions are stored. This might allow easier sharing of gems between
    various Ruby interpreters. It can be enabled by redefining
    Gem.default_ext_dir_for method.
    
    This patch is adding support for this feature into Bundler.
    voxik committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    b951539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0a6e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Use flatten withou bang.

    The bang variant returns nil in case there was no change needed.
    voxik committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    eba6122 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Test cleanup of $LOAD_PATH.

    voxik committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    8b90945 View commit details
    Browse the repository at this point in the history