summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gemDavid Rodríguez2019-07-313-1/+38
* Merge #7123Bundlerbot2019-07-312-101/+83
|\
| * Add exclamation mark to methodDavid Rodríguez2019-07-241-2/+2
| * Move `strict` to an attributeDavid Rodríguez2019-07-241-8/+8
| * Extract some methodsDavid Rodríguez2019-07-241-19/+31
| * Unfold message to single line for readabilityDavid Rodríguez2019-07-241-2/+1
| * Extract a `print_gems` methodGuillermo Guerrero2019-07-241-16/+13
| * Less complexityGuillermo Guerrero2019-07-241-15/+8
| * Move more locals to attributesDavid Rodríguez2019-07-241-10/+11
| * Move `any?` logic to the attributeDavid Rodríguez2019-07-241-5/+3
| * Move `options_include_groups` to an attributeDavid Rodríguez2019-07-241-5/+5
| * Move duplicated code to `before` blocksGuillermo Guerrero2019-07-241-24/+6
* | Merge #7265Bundlerbot2019-07-311-5/+4
|\ \
| * | Fix `git` options examplesfix_gemfile_manpageDavid Rodríguez2019-07-261-3/+3
| * | Fix incorrect sectioning in `gemfile` man pageDavid Rodríguez2019-07-261-2/+1
* | | Merge #7268Bundlerbot2019-07-301-1/+1
|\ \ \
| * | | Fix typo in binstubs documentationScott Tesler2019-07-291-1/+1
|/ / /
* | | Merge #7259Bundlerbot2019-07-292-26/+43
|\ \ \
| * | | 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 #7258Bundlerbot2019-07-2912-38/+67
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove now unused logicrestore_all_flag_bundle_cache_removalDavid Rodríguez2019-07-241-1/+0
| * | | Remove unnecessary indirectionsDavid Rodríguez2019-07-242-2/+2
| * | | Always set `cache_all` via config during testsDavid Rodríguez2019-07-247-31/+60
| * | | Prefer feature flag to harcoded checkDavid Rodríguez2019-07-241-1/+1
| * | | Restore `cache_all` flag removalDavid Rodríguez2019-07-241-3/+4
| | |/ | |/|
* | | Merge #7257Bundlerbot2019-07-2610-19/+40
|\ \ \
| * | | Skip specs using `Process.fork` on Windowswindows_fixesDavid Rodríguez2019-07-231-0/+6
| * | | Try make some specs platform independentDavid Rodríguez2019-07-236-0/+17
| * | | Check for generic lockfilesDavid Rodríguez2019-07-233-5/+3
| * | | Indentation fixesDavid Rodríguez2019-07-231-14/+14
| | |/ | |/|
* | | Merge #6809Bundlerbot2019-07-264-16/+33
|\ \ \
| * | | [CurrentRuby] Say we are ruby? when the generic local platform is Gem::Platfo...segiddins/gemspec-force-ruby-platformSamuel Giddins2019-07-092-0/+21
| * | | [GemHelpers] Remove the special code path for ruby platform being its own gen...Samuel Giddins2019-07-091-3/+1
| * | | Make some specs more explicitDavid Rodríguez2019-07-091-13/+11
* | | | Merge #7200Bundlerbot2019-07-2515-452/+860
|\ \ \ \
| * | | | net-http-persistent 3.1.0 has been releasedbump_net_http_persistentDavid Rodríguez2019-07-253-9/+31
| * | | | Add a few comments on vendored dependenciesDavid Rodríguez2019-07-251-0/+14
| * | | | Adapt to the way my automatiek patch worksDavid Rodríguez2019-07-241-1/+1
| * | | | Bump automatiek to 0.2.0David Rodríguez2019-07-242-11/+1
| * | | | Bump net-http-persistent to 3.0.1David Rodríguez2019-07-2414-442/+824
| | |_|/ | |/| |
* | | | Merge #7251Bundlerbot2019-07-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Removed the environmental variables that are BUNDLE_USER_*.remove-user-environmental-valsHiroshi SHIBATA2019-07-251-0/+1
|/ / /
* | | Merge #7261Bundlerbot2019-07-2410-20/+23
|\ \ \
| * | | Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-2310-20/+23
* | | | Merge #7226Bundlerbot2019-07-2411-42/+64
|\ \ \ \