summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update error messages to be more preciseDavid Rodríguez2019-07-231-1/+1
| * | | Remove unnecessary method parameterDavid Rodríguez2019-07-231-2/+2
| * | | Use a consistent requirement in binstubDavid Rodríguez2019-07-231-9/+12
| * | | Remove redundant begin-end blockDavid Rodríguez2019-07-231-2/+1
| * | | Don't need 1.8 compatibilityDavid Rodríguez2019-07-231-2/+1
* | | | Merge #7258Bundlerbot2019-07-292-4/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Prefer feature flag to harcoded checkDavid Rodríguez2019-07-241-1/+1
| * | | Restore `cache_all` flag removalDavid Rodríguez2019-07-241-3/+4
| | |/ | |/|
* | | Merge #6809Bundlerbot2019-07-262-3/+3
|\ \ \
| * | | [CurrentRuby] Say we are ruby? when the generic local platform is Gem::Platfo...segiddins/gemspec-force-ruby-platformSamuel Giddins2019-07-091-0/+2
| * | | [GemHelpers] Remove the special code path for ruby platform being its own gen...Samuel Giddins2019-07-091-3/+1
* | | | net-http-persistent 3.1.0 has been releasedbump_net_http_persistentDavid Rodríguez2019-07-253-9/+31
* | | | Adapt to the way my automatiek patch worksDavid Rodríguez2019-07-241-1/+1
* | | | Bump net-http-persistent to 3.0.1David Rodríguez2019-07-2412-440/+811
| |/ / |/| |
* | | Merge #7261Bundlerbot2019-07-243-3/+3
|\ \ \
| * | | Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-233-3/+3
* | | | Merge #7226Bundlerbot2019-07-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Check for straneous quotesimprove_quality_specsDavid Rodríguez2019-07-101-1/+1
| |/ /
* | | Merge #7238Bundlerbot2019-07-231-1/+2
|\ \ \
| * | | Point to CoC which contains the contributor covenantAdam Wanninger2019-07-231-1/+2
| | |/ | |/|
* | | Remove uneeded bundler keyDavid Rodríguez2019-07-231-1/+0
|/ /
* | Merge #7250Bundlerbot2019-07-221-1/+1
|\ \
| * | build_metadata.rb - fix 'warning: instance variable @git_commit_sha not initi...MSP-Greg2019-07-161-1/+1
* | | Merge #7249Bundlerbot2019-07-205-62/+7
|\ \ \
| * | | 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-154-6/+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 #7248Bundlerbot2019-07-191-2/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | fix nested bundle exec's when bundler is a default gemMSP-Greg2019-07-161-2/+8
| |/ /
* | | Merge #7239Bundlerbot2019-07-153-13/+0
|\ \ \ | |/ / |/| |
| * | Fully remove compatibility guardremove_compatibility_guardDavid Rodríguez2019-07-093-13/+0
| |/
* | Merge #7247Bundlerbot2019-07-123-24/+6
|\ \
| * | Drop rubygems 2.5.0 and 2.5.1 supportdrop_rubygems_2_5_0_and_2_5_1_supportDavid Rodríguez2019-07-113-24/+6
* | | No need to make `Gem.refresh` a noopDavid Rodríguez2019-07-111-8/+0
|/ /
* | 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-102-2/+1
* | Remove now meaningless warningDavid Rodríguez2019-07-101-11/+1
* | Add all platforms to lockfile by defaultDavid Rodríguez2019-07-102-1/+9
* | Extract `expanded_platforms`David Rodríguez2019-07-102-2/+6
* | Extract `current_platforms`David Rodríguez2019-07-101-3/+9
|/
* Merge #7224Bundlerbot2019-07-081-3/+3
|\
| * Remove unnecessary `order_matters` paramremove_order_mattersDavid Rodríguez2019-07-041-3/+3
* | Merge #7222Bundlerbot2019-07-062-9/+8
|\ \
| * | 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-262-7/+8
* | | Merge #7225Bundlerbot2019-07-051-7/+11
|\ \ \
| * | | Clearer MissingRevision git errorsDavid Rodríguez2019-06-271-7/+11
| | |/ | |/|