Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Local requiresdebug_api_fallback | David Rodríguez | 2019-08-09 | 1 | -3/+3 |
* | More debugging | David Rodríguez | 2019-08-09 | 2 | -8/+22 |
* | Add debug info to commands | David Rodríguez | 2019-08-09 | 1 | -2/+2 |
* | Remove retries to make this hurt | David Rodríguez | 2019-08-09 | 3 | -59/+2 |
* | Print command output | David Rodríguez | 2019-08-09 | 1 | -0/+2 |
* | Add debug info | David Rodríguez | 2019-08-09 | 1 | -3/+11 |
* | Merge #7286 | Bundlerbot | 2019-08-09 | 8 | -10/+10 |
|\ | |||||
| * | Fix documents to refer to URLs with https | Takayuki Nakata | 2019-08-09 | 8 | -10/+10 |
|/ | |||||
* | Merge #7285 | Bundlerbot | 2019-08-08 | 1 | -1/+1 |
|\ | |||||
| * | Bump rspec dependency to 3.8bump_rspec_dev_dependency | David Rodríguez | 2019-08-08 | 1 | -1/+1 |
|/ | |||||
* | Merge #7283 | Bundlerbot | 2019-08-08 | 3 | -12/+8 |
|\ | |||||
| * | Revert "make system_bundle_bin_path helper and resolve failing tests for ruby...fix_spec_working_by_chance | David Rodríguez | 2019-08-07 | 3 | -6/+2 |
| * | Make sure spec fails if `bundle install` fails | David Rodríguez | 2019-08-07 | 1 | -1/+1 |
| * | Fix installation of system bundler | David Rodríguez | 2019-08-07 | 1 | -3/+2 |
| * | Use non deprecated way of setting bundler path | David Rodríguez | 2019-08-07 | 1 | -1/+2 |
| * | Clarify spec description | David Rodríguez | 2019-08-07 | 1 | -2/+2 |
|/ | |||||
* | Merge #7280 | Bundlerbot | 2019-08-07 | 1 | -7/+5 |
|\ | |||||
| * | Make spec pass more resilientlyimprove_load_path_order_spec | David Rodríguez | 2019-08-06 | 1 | -1/+4 |
| * | Remove unnecessary exclusions | David Rodríguez | 2019-08-06 | 1 | -6/+1 |
* | | Merge #7281 | Bundlerbot | 2019-08-07 | 4 | -9/+7 |
|\ \ | |/ |/| | |||||
| * | Bump rack and sinatra to latest versionsbump_test_deps | David Rodríguez | 2019-08-06 | 4 | -6/+6 |
| * | Normalize style with other artifice files | David Rodríguez | 2019-08-06 | 1 | -4/+2 |
|/ | |||||
* | Merge #7277 | Bundlerbot | 2019-08-05 | 706 | -325/+444 |
|\ | |||||
| * | Rerecord cassettesrerecord_cassettesrerecord_cassetes | David Rodríguez | 2019-08-05 | 706 | -325/+444 |
* | | Merge #7264 | Bundlerbot | 2019-08-05 | 2 | -9/+58 |
|\ \ | |||||
| * | | Fix inconsistent lockfile orderconsistent_lockfiles | David Rodríguez | 2019-07-24 | 2 | -1/+50 |
| * | | Indentation tweak | David Rodríguez | 2019-07-24 | 1 | -6/+6 |
| * | | Reuse `root` method | David Rodríguez | 2019-07-24 | 1 | -2/+2 |
* | | | Merge #7275 | Bundlerbot | 2019-08-05 | 4 | -35/+14 |
|\ \ \ | |||||
| * | | | Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION | Benoit Daloze | 2019-08-04 | 4 | -35/+14 |
| | |/ | |/| | |||||
* | | | Merge #7276 | Bundlerbot | 2019-08-05 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Enable retries on flaky specretry_failing_spec | David Rodríguez | 2019-08-05 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #7267 | Bundlerbot | 2019-08-02 | 3 | -7/+4 |
|\ \ | |||||
| * | | Remove Bundler.rubygems.config_map because it was deprecated.remove-gem-configmap | Hiroshi SHIBATA | 2019-08-01 | 2 | -5/+1 |
| * | | The keys for RbConfig::CONFIG was String. | Hiroshi SHIBATA | 2019-08-01 | 1 | -2/+2 |
| * | | Use RbConfig::CONFIG directly instead of Gem::ConfigMap. | Hiroshi SHIBATA | 2019-07-28 | 2 | -3/+4 |
* | | | Merge #7269 | Bundlerbot | 2019-08-01 | 4 | -4/+4 |
|\ \ \ | |||||
| * | | | Bump rubocop to 0.74.0bump_rubocop | David Rodríguez | 2019-07-31 | 4 | -4/+4 |
|/ / / | |||||
* | | | Merge #7123 | Bundlerbot | 2019-07-31 | 2 | -101/+83 |
|\ \ \ | |||||
| * | | | 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 |
| * | | | Move duplicated code to `before` blocks | Guillermo Guerrero | 2019-07-24 | 1 | -24/+6 |
| | |/ | |/| | |||||
* | | | Merge #7265 | Bundlerbot | 2019-07-31 | 1 | -5/+4 |
|\ \ \ |