summaryrefslogtreecommitdiff
path: root/spec/commands/update_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* | Raise message on multiple optionschrismo2016-07-081-0/+8
* | Add docs to GemVersionPromoter.chrismo2016-07-081-5/+7
* | Hook-up `--strict` option, flesh out update specs.chrismo2016-07-081-31/+49
* | Moved half-arsed debug test to its own testchrismo2016-07-081-2/+2
* | Moved GemVersionPromoter inside search_for cache.chrismo2016-07-081-2/+2
* | Clarified changing dependency specs.chrismo2016-07-081-2/+7
* | RuboCop fixeschrismo2016-07-081-3/+22
* | 1st pass thorough specs on conservative resolver.chrismo2016-07-081-1/+2
* | minor/patch resolution code invokable.chrismo2016-07-081-1/+1
* | UpdateOptions added and passed thru all_the_thingschrismo2016-07-081-12/+2
* | Starter update_specschrismo2016-07-081-0/+48
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* check update message in updated outputAndre Arko2016-01-251-7/+3
* Clean up already initialized constant warning messages from test suiteJames Wen2015-12-301-1/+1
* Fix setup and assertion validity of `bundle update --ruby` specsJames Wen2015-12-151-33/+22
* Suppress warnings about "already initialized constant"s in bundle update specJames Wen2015-12-131-13/+14
* Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-4/+4
* Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-0/+119
* Add ability to update gems via source for backwards-compatibility.Caden Lovelace2015-08-231-0/+77
* Add spec for not updating gems with the same name as the source.Caden Lovelace2015-08-231-0/+13
* Bundle update groups should unlock gems, not sourcesCaden Lovelace2015-08-231-0/+20
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-2/+2
* Fix Style/SpaceBeforeCommaErick Sasse2015-07-171-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* move the base install/update specs into commandsAndre Arko2015-06-051-0/+211