summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Alias `cache` to `package` nowadd_package_functionality_to_cacheDavid Rodríguez2019-07-152-51/+1
* Remove `cache_command_is_package` feature flagDavid Rodríguez2019-07-156-16/+4
* Always keep `bundle package --all` optionDavid Rodríguez2019-07-151-4/+3
* Fix incorrect flag usageDavid Rodríguez2019-07-151-1/+1
* Remove redundant conditionDavid Rodríguez2019-07-151-4/+2
* Merge #7247Bundlerbot2019-07-126-27/+9
|\
| * Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-115-26/+8
| * Correct a rubygems test filterDavid Rodríguez2019-07-111-1/+1
| * Remove unnecessary test filterDavid Rodríguez2019-07-111-1/+1
* | Merge #7246Bundlerbot2019-07-112-12/+4
|\ \ | |/ |/|
| * Change the refresh spec to not use `stubs_for`no_need_to_make_gem_refresh_a_noopDavid Rodríguez2019-07-111-3/+3
| * No need to make `Gem.refresh` a noopDavid Rodríguez2019-07-112-9/+1
|/
* Merge #7215Bundlerbot2019-07-119-52/+52
|\
| * Use `tap` for `current_platforms`auto_multiplatformDavid Rodríguez2019-07-101-4/+4
| * Remove now unused methodDavid Rodríguez2019-07-101-4/+0
| * Remove now meaningless settingDavid Rodríguez2019-07-103-4/+1
| * Remove now meaningless warningDavid Rodríguez2019-07-102-30/+1
| * Add all platforms to lockfile by defaultDavid Rodríguez2019-07-104-6/+32
| * Refactor some specsDavid Rodríguez2019-07-102-9/+9
| * Extract `expanded_platforms`David Rodríguez2019-07-102-2/+6
| * Extract `current_platforms`David Rodríguez2019-07-101-3/+9
|/
* Merge #7237Bundlerbot2019-07-097-104/+70
|\
| * Remove development dependencies from gemspecremove_add_development_dependency_from_gemspecDavid Rodríguez2019-07-086-81/+55
| * Remove unnecessary begin-end blockDavid Rodríguez2019-07-081-15/+13
| * Extract a common error messageDavid Rodríguez2019-07-081-4/+6
| * Remove bundle1 binstubDavid Rodríguez2019-07-081-8/+0
| * Bump rubocop to 0.72.0David Rodríguez2019-07-081-1/+1
|/
* Merge #7224Bundlerbot2019-07-081-3/+3
|\
| * Remove unnecessary `order_matters` paramremove_order_mattersDavid Rodríguez2019-07-041-3/+3
* | Merge #7222Bundlerbot2019-07-063-18/+26
|\ \
| * | Not sure how much this buys us, remove itremove_add_development_dependency_from_new_gemsDavid Rodríguez2019-06-261-2/+0
| * | Generate new gem development dependencies in GemfileDavid Rodríguez2019-06-263-14/+25
| * | Fix local variable nameDavid Rodríguez2019-06-261-2/+2
| * | Reuse `execute_bundle_gem` methodDavid Rodríguez2019-06-261-2/+1
* | | Merge #7235Bundlerbot2019-07-068-29/+21
|\ \ \
| * | | Fix typosspec_improvementsDavid Rodríguez2019-07-051-4/+4
| * | | Reuse `lockfile` spec helperDavid Rodríguez2019-07-052-7/+3
| * | | Remove unused filterDavid Rodríguez2019-07-051-1/+0
| * | | Reuse `gemfile` spec helperDavid Rodríguez2019-07-051-6/+4
| * | | Cleanup constant only used onceDavid Rodríguez2019-07-051-7/+5
| * | | More specific assertionDavid Rodríguez2019-07-051-2/+2
| * | | Remove redundant assertionDavid Rodríguez2019-07-051-1/+0
| * | | Make spec easier to debugDavid Rodríguez2019-07-051-1/+3
* | | | Merge #7225Bundlerbot2019-07-052-10/+18
|\ \ \ \
| * | | | Improve spec to be more realisticclearer_git_errorsDavid Rodríguez2019-06-281-2/+3
| * | | | Clearer MissingRevision git errorsDavid Rodríguez2019-06-272-9/+16
* | | | | Merge #6113Bundlerbot2019-07-054-8/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't persist the cache_all_platforms settingseg-package-all-platforms-withoutDavid Rodríguez2019-07-051-2/+4
| * | | | [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins2019-07-052-3/+13
| * | | | [Package] Dont always update on --all-platformsSamuel Giddins2019-07-051-4/+1