summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add workaround from old rubygemsrelax_bundler_binstubDavid Rodríguez2019-07-231-1/+9
* Update error messages to be more preciseDavid Rodríguez2019-07-232-14/+14
* Remove unnecessary method parameterDavid Rodríguez2019-07-231-2/+2
* Use a consistent requirement in binstubDavid Rodríguez2019-07-232-10/+21
* Remove redundant begin-end blockDavid Rodríguez2019-07-231-2/+1
* Don't need 1.8 compatibilityDavid Rodríguez2019-07-231-2/+1
* Merge #7250Bundlerbot2019-07-222-2/+2
|\
| * build_metadata.rb - fix 'warning: instance variable @git_commit_sha not initi...MSP-Greg2019-07-161-1/+1
| * dsl_spec.rb - fix for Ruby coreMSP-Greg2019-07-161-1/+1
* | Merge #7252Bundlerbot2019-07-211-1/+1
|\ \
| * | spec/bundler/shared_helpers_spec.rb - fixup after 7248MSP-Greg2019-07-201-1/+1
|/ /
* | Merge #7249Bundlerbot2019-07-207-72/+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-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 #7248Bundlerbot2019-07-192-4/+12
|\ \ \ | |_|/ |/| |
| * | fix nested bundle exec's when bundler is a default gemMSP-Greg2019-07-162-4/+12
| |/
* | Merge #7239Bundlerbot2019-07-158-43/+2
|\ \ | |/ |/|
| * Fully remove compatibility guardremove_compatibility_guardDavid Rodríguez2019-07-098-43/+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