summaryrefslogtreecommitdiff
path: root/spec/commands/update_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-0/+1
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-2/+2
* Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-311-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-36/+36
* Properly detect the platform mismatch casefix_bundle_update_crashDavid Rodríguez2019-04-281-0/+1
* Fix crash when dependency is for another platformDavid Rodríguez2019-04-281-0/+34
* Merge #6329Bundlerbot2019-04-241-0/+33
|\
| * Add a failing spec for not warning when a git gem updates ref but not versionSamuel Giddins2019-04-131-0/+16
| * [Update] Stop printing “failed to update” message when changing sourcesSamuel Giddins2019-04-131-0/+17
* | Unify stderr helpersDavid Rodríguez2019-04-121-3/+3
|/
* Move on to bundler 3David Rodríguez2019-04-111-17/+17
* Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-301-14/+14
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-7/+7
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-7/+7
* change prefer to patch_prefer and updated help textAnkit Kataria2019-01-271-2/+2
* add patch option in bundle configAnkit Kataria2019-01-241-0/+9
* Remove the duplicate gems from suggestionsyuuji.yaginuma2018-10-151-2/+3
* make `only_update_to_newer_versions` work correctly with `bundle update`Florian Munz2018-09-251-11/+45
* Respect --conservative flag when updating a dependency groupGrey Baker2018-06-061-0/+17
* Handle updating a specific gem for a non-local platformGrey Baker2018-03-181-0/+41
* Added spec from `spec/commands/install_spec.rb`Joel Van Horn2018-01-251-0/+13
* Auto merge of #6194 - voxik:fix-version-replacement-in-lockfile, r=segiddinsThe Bundler Bot2017-12-121-1/+1
* Auto merge of #6157 - mattbrictson:fix-nomethoderror-bundle-update-group, r=i...The Bundler Bot2017-12-111-0/+17
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+1
* [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-201-0/+21
* [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warningSamuel Giddins2017-07-271-0/+18
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-4/+11
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-3/+3
* Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-031-3/+3
* Suppress `Using …` messages during installation when a version has not changedSamuel Giddins2017-07-021-0/+34
* Update the update spec for Bundler 2 allowing Bundler conflictsSamuel Giddins2017-06-231-1/+8
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-39/+79
* Add a feature flag for `bundle update —source NAME` not unlocking a gem wit...seg-update-source-feature-flagSamuel Giddins2017-06-181-0/+15
* Add `—all` flag to `bundle update`Samuel Giddins2017-06-141-0/+22
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-10/+10
* | Fix a typosKoichi ITO2017-05-031-1/+1
|/
* Suggest different command depending on where 'frozen' config is setDennis Suratna2017-03-061-0/+8
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-7/+7
* Clean up pending specs.chrismo2016-10-221-12/+0
* Add bundle install conservative updating to updatechrismo2016-10-211-48/+138
* Block resolving to older versions during an updateseg-block-update-regressionsSamuel Giddins2016-08-181-0/+36
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-12/+12
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-22/+22
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-22/+22
* Add spec for only updating from pinned sourceBoggs2016-07-181-0/+17
* Auto merge of #4741 - bundler:seg-1-99-rebase, r=indirectHomu2016-07-131-1/+1
|\