summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_integration.rb
Commit message (Expand)AuthorAgeFilesLines
* Restore hack for old rubygems that still need itrevert_bin_activation_rubygems_monkeypatchesDavid Rodríguez2019-09-261-0/+14
* Undo bin activation rubygems redefinitionsDavid Rodríguez2019-09-261-25/+0
* Remove Bundler.rubygems.config_map because it was deprecated.remove-gem-configmapHiroshi SHIBATA2019-08-011-4/+0
* Use RbConfig::CONFIG directly instead of Gem::ConfigMap.Hiroshi SHIBATA2019-07-281-1/+1
* Merge #7247Bundlerbot2019-07-121-14/+0
|\
| * Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-111-14/+0
* | No need to make `Gem.refresh` a noopDavid Rodríguez2019-07-111-8/+0
|/
* Normalize usages of `Gem::Util` in rubygems integrationfix_file_uris_on_windowsDavid Rodríguez2019-06-111-5/+3
* Use rubygems utility if availableDavid Rodríguez2019-06-111-0/+12
* Remove now unnecessary methoduse_add_to_load_pathDavid Rodríguez2019-04-281-5/+1
* Move common logic to rubygems integrationDavid Rodríguez2019-04-281-0/+12
* Remove more compatibility codeDavid Rodríguez2019-04-281-10/+2
* Remove rubygems pre 2.2 compatibility codeDavid Rodríguez2019-04-271-10/+2
* Remove unnecessary backport of rubygems methodDavid Rodríguez2019-04-271-9/+0
* Remove rubygems pre 1.4 compatibility codeDavid Rodríguez2019-04-271-10/+0
* Simplify rubygems integrationtweak_rubygems_integrationDavid Rodríguez2019-04-231-20/+10
* Move require to the place where it's neededDavid Rodríguez2019-04-231-2/+2
* Add spec for using relative requiresrequire_relativeDavid Rodríguez2019-04-221-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-3/+3
* Merge #7043Bundlerbot2019-04-141-327/+110
|\
| * Remove last level of inheritanceDavid Rodríguez2019-04-091-127/+120
| * Remove one level of inheritanceDavid Rodríguez2019-04-091-5/+2
| * Remove more uneeded stuffDavid Rodríguez2019-04-091-62/+0
| * Remove old rubygems compatibility codeDavid Rodríguez2019-04-091-146/+1
* | Another tryDavid Rodríguez2019-04-121-3/+3
* | Improve wordingDavid Rodríguez2019-04-121-1/+1
* | Add warning about conflicting executablesDavid Rodríguez2019-04-121-8/+14
* | Convert binstub conflict deprecation to a warningDavid Rodríguez2019-04-121-1/+1
* | Assume `exec_name` needs to be givenDavid Rodríguez2019-04-121-7/+3
|/
* Opt in to the new public method if availablebundle_exec_irbDavid Rodríguez2019-03-271-1/+11
* Allow to `bundle exec` default gemsDavid Rodríguez2019-03-271-0/+9
* Lazily require rubygems config filebump_travis_rubiesDavid Rodríguez2019-03-261-1/+0
* Fix circular require warningsDavid Rodríguez2019-03-231-1/+0
* Move `rescue Exception` exceptions inlineDavid Rodríguez2019-03-041-1/+1
* check for `Gem::Util` in RubyGems IntegrationColby Swandale2018-04-201-1/+5
* Fix error in PR 6237 and commit fbb1ff7MSP-Greg2018-03-041-1/+1
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-011-1/+1
* Fix warning in rubygems testing re __FILE__MSP-Greg2017-12-301-2/+4
* Ensure bundler/psyched_yaml is always loaded before Gem.load_yaml is calledSamuel Giddins2017-10-301-0/+1
* Move the path_separator logic into the appropriate RubygemsIntegration classesMichael Pitman2017-08-301-0/+8
* Fix detecting binstubs mismatchSamuel Giddins2017-08-201-1/+1
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-1/+1
* Just dont cache extensions on super old RG versionsSamuel Giddins2017-08-191-0/+5
* Retry downloading gems consistently across all versions of RubyGemsShayon Mukherjee2017-08-061-2/+4
* Add a special bundler binstub that ensures the correct version is activatedSamuel Giddins2017-07-211-2/+2
* Auto merge of #5890 - bundler:seg-require-gemdeps, r=colby-swandaleThe Bundler Bot2017-07-211-0/+1
|\
| * [RubyGemsIntegration] Require bundler/gemdeps before using itseg-require-gemdepsSamuel Giddins2017-07-201-0/+1
| * Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-101-0/+4
| * Auto merge of #5614 - bundler:seg-test-default-gem-substitutes-are-activated,...The Bundler Bot2017-04-301-1/+5
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1