summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Gem::Request.get_cert_files instead of hard-coded paths.unify-certificationSHIBATA Hiroshi2019-03-181-2/+2
* Use Gem::RUBYGEMS_DIR instead of RbConfig::CONFIGSHIBATA Hiroshi2019-03-141-8/+1
* rubocop -aSHIBATA Hiroshi2019-03-141-1/+1
* Unify the certificates for rubygems.org to rubygems store.SHIBATA Hiroshi2019-03-1410-302/+9
* Merge #7006Bundlerbot2019-03-124-24/+85
|\
| * The cops got meDavid Rodríguez2019-03-121-1/+1
| * Unskip, but delay, remembering flags deprecation specDavid Rodríguez2019-03-121-1/+1
| * Deprecate a bunch of flags in bundler 2David Rodríguez2019-03-124-19/+72
| * Allow a scape valve to keep the old behavior for nowDavid Rodríguez2019-03-121-7/+13
| * Teach users how to toggle deprecations offDavid Rodríguez2019-03-121-1/+3
|/
* Merge #7000Bundlerbot2019-03-126-63/+102
|\
| * Don't commit to a deprecation horizonDavid Rodríguez2019-03-122-4/+4
| * Format deprecation warning check consistentlyDavid Rodríguez2019-03-121-4/+6
| * Get the final spec about DSL sources passingDavid Rodríguez2019-03-122-5/+5
| * Delay custom sources deprecation to bundler 3David Rodríguez2019-03-124-11/+24
| * Rework DSL specs and enable them in bundler 2David Rodríguez2019-03-121-16/+50
| * Delay git sources removal to bundler 3 (for now)David Rodríguez2019-03-123-6/+14
| * Extract a common variable to a `let`David Rodríguez2019-03-121-12/+9
| * github.https setting is booleanDavid Rodríguez2019-03-123-1/+3
| * Remove messy TODO commentsDavid Rodríguez2019-03-121-17/+0
|/
* Merge #6999Bundlerbot2019-03-122-9/+41
|\
| * Better test descriptionmultiple_gemfiles_deprecationDavid Rodríguez2019-03-011-1/+1
| * Lighther "prefer gems.rb" deprecationDavid Rodríguez2019-03-012-8/+38
| * Extract setup logic to a before blockDavid Rodríguez2019-03-011-1/+3
* | Merge #6985Bundlerbot2019-03-093-3/+38
|\ \
| * | Add a release file list checkno_git_on_gemspecDavid Rodríguez2019-03-051-1/+25
| * | Remove git subshelling from gemspecDavid Rodríguez2019-03-052-2/+13
* | | Merge #7009Bundlerbot2019-03-092-619/+739
|\ \ \
| * | | Switch to a DisabledByDefault rubocop approachrubocop_disabled_by_defaultDavid Rodríguez2019-03-052-619/+739
| |/ /
* | | Merge #7025Bundlerbot2019-03-092-5/+5
|\ \ \
| * | | Use rubygems 2.7.9 in CIDavid Rodríguez2019-03-092-2/+2
| * | | Use rubygems 3.0.3 in CIDavid Rodríguez2019-03-092-4/+4
|/ / /
* | | Merge #7024Bundlerbot2019-03-082-13/+4
|\ \ \
| * | | Fix 1.8.7 notesremove_old_1.8.7_remanentsDavid Rodríguez2019-03-081-11/+4
| * | | Fix TODODavid Rodríguez2019-03-081-2/+0
| |/ /
* | | Merge #6728Bundlerbot2019-03-086-16/+118
|\ \ \
| * | | Fix rubocop issuesDavid Rodríguez2019-03-082-8/+8
| * | | Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-086-16/+118
|/ / /
* | | Merge #7020Bundlerbot2019-03-061-1/+1
|\ \ \
| * | | Fix typoAndrew Nesbitt2019-03-061-1/+1
|/ / /
* | | Merge #6994Bundlerbot2019-03-061-0/+12
|\ \ \ | |/ / |/| |
| * | skip colorize examples when the environment was mswin or non tty.skip-non-color-ttySHIBATA Hiroshi2019-02-271-0/+12
* | | Merge #7016Bundlerbot2019-03-0529-117/+35
|\ \ \
| * | | Disable `Style/GuardClause` copfix_offenses_for_more_copsDavid Rodríguez2019-03-043-20/+3
| * | | Move `rescue Exception` exceptions inlineDavid Rodríguez2019-03-046-14/+5
| * | | Auto-correct `Style/MutableConstant` rubocop offensesDavid Rodríguez2019-03-047-23/+10
| * | | Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-049-28/+13
| * | | Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-048-19/+0
| * | | Auto-correct `Style/StderrPuts` rubocop offensesDavid Rodríguez2019-03-045-13/+4
* | | | Merge #7012Bundlerbot2019-03-041-1/+1
|\ \ \ \ | |/ / / |/| | |