summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_integration.rb
Commit message (Expand)AuthorAgeFilesLines
* [repo move] Update GitHub URL in comments in lib/.Ellen Marie Dash2020-01-161-1/+1
* Do `require "rubygems"` only when neededYusuke Endoh2019-12-251-1/+1
* Make sure to `require "rubygems"` explicitlyrequire_rubygemsDavid Rodríguez2019-12-181-0/+2
* Add compatibility methods for `rubygems-bundler` gemfix_rubygems_bundler_integrationDavid Rodríguez2019-12-171-0/+8
* Remove unused methodmisc_cleanupDavid Rodríguez2019-12-061-6/+0
* Remove unnecessary code copied from rubygemsDavid Rodríguez2019-12-061-1/+1
* Remove unnecessary parameter to `fetch_specs`David Rodríguez2019-12-061-6/+4
* Remove rubygems integration dead codedead_codeDavid Rodríguez2019-11-071-29/+0
* Don't silence the UI by defaultDavid Rodríguez2019-10-311-1/+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