Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add all platforms to lockfile by default"undo_auto_multiplatform | David Rodríguez | 2019-08-26 | 1 | -2/+0 |
* | Fix comments and messages to refer to https url | Takayuki Nakata | 2019-08-21 | 1 | -1/+1 |
* | Merge #7312 | Bundlerbot | 2019-08-18 | 1 | -1/+1 |
|\ | |||||
| * | Remove old rubies stuff no longer needed | David Rodríguez | 2019-08-18 | 1 | -1/+1 |
* | | Merge #7309 | Bundlerbot | 2019-08-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix `bundle doctor` commandfix_bundle_doctor | David Rodríguez | 2019-08-16 | 1 | -1/+1 |
| |/ | |||||
* | | Move local variable to only branch where it's usedissue-4436 | David Rodríguez | 2019-08-16 | 1 | -1/+1 |
* | | Fix open default gem error | Zehan Zhao | 2019-08-16 | 1 | -5/+9 |
|/ | |||||
* | Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gem | David Rodríguez | 2019-07-31 | 1 | -1/+1 |
* | Merge #7123 | Bundlerbot | 2019-07-31 | 1 | -77/+77 |
|\ | |||||
| * | Add exclamation mark to method | David Rodríguez | 2019-07-24 | 1 | -2/+2 |
| * | Move `strict` to an attribute | David Rodríguez | 2019-07-24 | 1 | -8/+8 |
| * | Extract some methods | David Rodríguez | 2019-07-24 | 1 | -19/+31 |
| * | Unfold message to single line for readability | David Rodríguez | 2019-07-24 | 1 | -2/+1 |
| * | Extract a `print_gems` method | Guillermo Guerrero | 2019-07-24 | 1 | -16/+13 |
| * | Less complexity | Guillermo Guerrero | 2019-07-24 | 1 | -15/+8 |
| * | Move more locals to attributes | David Rodríguez | 2019-07-24 | 1 | -10/+11 |
| * | Move `any?` logic to the attribute | David Rodríguez | 2019-07-24 | 1 | -5/+3 |
| * | Move `options_include_groups` to an attribute | David Rodríguez | 2019-07-24 | 1 | -5/+5 |
* | | Prefer feature flag to harcoded check | David Rodríguez | 2019-07-24 | 1 | -1/+1 |
|/ | |||||
* | Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_cop | David Rodríguez | 2019-07-23 | 1 | -1/+1 |
* | Alias `cache` to `package` nowadd_package_functionality_to_cache | David Rodríguez | 2019-07-15 | 1 | -36/+0 |
* | Remove `cache_command_is_package` feature flag | David Rodríguez | 2019-07-15 | 1 | -1/+1 |
* | Add all platforms to lockfile by default | David Rodríguez | 2019-07-10 | 1 | -0/+2 |
* | Don't persist the cache_all_platforms settingseg-package-all-platforms-without | David Rodríguez | 2019-07-05 | 1 | -2/+4 |
* | [Package] Dont always update on --all-platforms | Samuel Giddins | 2019-07-05 | 1 | -4/+1 |
* | Merge #7118 | Bundlerbot | 2019-05-09 | 1 | -16/+27 |
|\ | |||||
| * | Improve if clause. | Guillermo Guerrero | 2019-05-08 | 1 | -1/+1 |
| * | Remove if. | Guillermo Guerrero | 2019-04-12 | 1 | -4/+2 |
| * | Run method refactors, move to functions. | Guillermo Guerrero | 2019-04-12 | 1 | -9/+21 |
| * | Move version to attr_reader | Guillermo Guerrero | 2019-04-12 | 1 | -3/+2 |
| * | Add cli refactors | Guillermo Guerrero | 2019-04-12 | 1 | -9/+11 |
* | | Merge #7149 | Bundlerbot | 2019-05-03 | 1 | -10/+19 |
|\ \ | |||||
| * | | Properly detect the platform mismatch casefix_bundle_update_crash | David Rodríguez | 2019-04-28 | 1 | -2/+9 |
| * | | Remame variable to be more accurate | David Rodríguez | 2019-04-28 | 1 | -5/+5 |
| * | | Fix crash when dependency is for another platform | David Rodríguez | 2019-04-28 | 1 | -10/+8 |
| * | | Move local variables to where they are used | David Rodríguez | 2019-04-28 | 1 | -6/+8 |
| * | | Add some whitespace for readability | David Rodríguez | 2019-04-28 | 1 | -0/+2 |
* | | | Merge #7150 | Bundlerbot | 2019-04-30 | 3 | -6/+7 |
|\ \ \ | |||||
| * | | | Fix message about skipped groups for `bundle update`proper_group_skip_message_for_bundle_update | David Rodríguez | 2019-04-28 | 3 | -6/+7 |
| |/ / | |||||
* | | | Merge #7140 | Bundlerbot | 2019-04-29 | 1 | -6/+1 |
|\ \ \ | |||||
| * | | | Get `bundle exec` respecting proc titlesfix_exec_proc_title | David Rodríguez | 2019-04-26 | 1 | -6/+1 |
| |/ / | |||||
* | | | Merge #7063 | Bundlerbot | 2019-04-28 | 1 | -2/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Small fix with plural. | Guillermo Guerrero | 2019-04-28 | 1 | -2/+6 |
| |/ | |||||
* | | Merge #6329 | Bundlerbot | 2019-04-24 | 1 | -6/+17 |
|\ \ | |||||
| * | | Grab previous sources early enough (before they change)seg-no-warning-when-updating-sha-not-version | David Rodríguez | 2019-04-13 | 1 | -4/+12 |
| * | | Remove unneeded check | David Rodríguez | 2019-04-13 | 1 | -1/+1 |
| * | | Early return earlier to further simplify | David Rodríguez | 2019-04-13 | 1 | -2/+2 |
| * | | Rename variables to make code more clear | David Rodríguez | 2019-04-13 | 1 | -6/+6 |
| * | | [Update] Stop printing “failed to update” message when changing sources | Samuel Giddins | 2019-04-13 | 1 | -0/+3 |