summaryrefslogtreecommitdiff
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-084-6/+6
* This `require` seems unneededDavid Rodríguez2019-12-081-1/+0
* Lazily load uriDavid Rodríguez2019-12-082-2/+2
* Merge #7455Bundlerbot2019-11-261-1/+2
|\
| * Lazily load `open3`David Rodríguez2019-11-261-1/+2
* | Add :glob to git source uniquenessfatkodima2019-11-211-3/+4
|/
* Merge #7423Bundlerbot2019-11-091-4/+4
|\
| * Ignore local overrides for bundle pristinefatkodima2019-11-061-4/+4
* | Drop unnecessary `tempfile` requiredrop_unnecessary_tempfile_requireDavid Rodríguez2019-11-061-1/+1
|/
* Only untaint strings on Ruby <2.7Jeremy Evans2019-10-181-1/+1
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* Fix inconsistent lockfile orderconsistent_lockfilesDavid Rodríguez2019-07-241-1/+6
* Reuse `root` methodDavid Rodríguez2019-07-241-2/+2
* Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-111-6/+4
* Clearer MissingRevision git errorsDavid Rodríguez2019-06-271-7/+11
* Merge #7161Bundlerbot2019-06-241-2/+1
|\
| * Normalize file:// handling in specsDavid Rodríguez2019-06-111-2/+1
* | Migrate git proxy helpers to use Open3David Rodríguez2019-06-121-30/+22
|/
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-123-3/+3
* Fix more specs on an environment with bundler head as a default gemfix_specs_with_bundler_master_installed_globallyDavid Rodríguez2019-04-281-0/+2
* Fix license listing for bundler itselfDavid Rodríguez2019-04-281-0/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Merge multisource related settingsDavid Rodríguez2019-04-081-1/+1
* Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-041-1/+1
* Fully enable some dependent Layout copsDavid Rodríguez2019-03-041-4/+4
* Merge #6978Bundlerbot2019-03-031-1/+1
|\
| * add check for already installed pluginAnkit Kataria2019-02-211-1/+1
* | Slightly better wording of error messagesuse_newer_list_interfaceDavid Rodríguez2019-02-201-2/+2
* | Fix git source error message recommendationsDavid Rodríguez2019-02-201-2/+7
* | Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
|/
* Print git errors to a consistent streamDavid Rodríguez2019-02-141-1/+1
* remove code that was previously unreachablecolby/revert-b490e73Colby Swandale2018-12-261-3/+2
* Merge #6711Bundlerbot2018-10-061-1/+5
|\
| * Add another spec, separate new case into its own testSamuel Giddins2018-10-021-1/+1
| * Avoid fetching an rebuilding git gems when it's not necessaryJean Boussier2018-09-271-1/+5
* | Fix assignment in condition.Vít Ondruch2018-09-251-1/+1
|/
* Allow using RubyGems\0 as the name when RG is a pre-release versionSamuel Giddins2018-08-071-1/+3
* Fix error sortingSamuel Giddins2018-08-061-2/+2
* StyleSHIBATA Hiroshi2018-06-151-5/+1
* Workaround for empty value of URI#host variableSHIBATA Hiroshi2018-06-151-1/+8
* Only enable remove_auth when providing auth info.SHIBATA Hiroshi2018-06-141-1/+5
* dont use sudo to create tmp gem install dirColby Swandale2018-06-061-1/+1
* Filter git uri credentials in source descriptionsegiddins/6489-filter-git-creds-using-messageSamuel Giddins2018-04-161-1/+2
* [Source::RubyGems] Allow installing when the path is `.`segiddins/6475-install-path-dotSamuel Giddins2018-04-081-1/+4
* [GitProxy] Fail gracefully when resetting to the given revision failssegiddins/fail-gracefully-when-resetting-to-rev-failsSamuel Giddins2018-03-101-1/+6
* [Source::RubyGems] Ensure the bindir exists before installingseg-fix-travis-ruby-2.5Samuel Giddins2018-01-151-0/+2
* Stop overriding specs during double-checksAndre Arko2017-11-261-4/+2
* Ensure that autoloads are resolved in the real working directorySamuel Giddins2017-10-291-0/+1
* Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-222-3/+2
* Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-152-3/+3