aboutsummaryrefslogtreecommitdiffstats
path: root/spec/update
Commit message (Expand)AuthorAgeFilesLines
* Disable RSpec monkey patchingSamuel Giddins2017-01-153-3/+3
* Use `bundle!` in specsJason King2016-12-091-4/+4
* Specs for update post-install messagesJason King2016-12-081-0/+77
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-4/+4
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-6/+6
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-6/+6
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+1
* [GitProxy] Only try and submodule deinit on git 2.9.0+Samuel Giddins2016-06-271-1/+1
* [GitProxy] Deinit submodules if they are not requestedSamuel Giddins2016-06-241-1/+0
* Compatibility with frozen string literalsSamuel Giddins2016-01-312-0/+2
* Clean up "Cloning into 'submodule-1.0'..." output messages from test suiteJames Wen2015-12-301-3/+3
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* Include revision hash in Source::Git#to_sAgis Anastasopoulos2015-10-251-2/+2
* [Path] Update spec for wrapping path in backticksSamuel Giddins2015-10-021-1/+1
* fixup! Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-231-39/+39
* Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-231-0/+51
* Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-152-28/+28
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* move the base install/update specs into commandsAndre Arko2015-06-051-211/+0
* Add a test that shows that bundle update fails loudly in a frozen bundleSamuel E. Giddins2015-03-221-0/+10
* Revert "svn source support"Andre Arko2015-01-251-100/+0
* clean up some missed some @exitstatusAndre Arko2015-01-201-1/+1
* don’t test exitstatus when it is unknownAndre Arko2015-01-201-1/+1
* we can have exitstatus and err at the same timeAndre Arko2015-01-192-2/+2
* Refine completion messagesAndre Arko2014-11-282-4/+4
* Added space around operator '=>'Kai Baraka2014-10-021-2/+2
* Merge tag 'v1.7.1'Tim Moore2014-08-243-63/+65
|\
| * rearrange specsAndre Arko2014-07-303-63/+65
* | add local override support for svn sourcesStefan Huber2014-04-271-1/+1
* | svn source supportStefan Huber2014-04-221-0/+100
|/
* Don't blow on bundle update gem when lock is not present.Josef Šimánek2014-01-261-0/+11
* Merge pull request #2731 from banyan/update-with-groupAndre Arko2013-12-231-1/+17
|\
| * Add 'bundle update --group' optionKohei Hasegawa2013-11-281-0/+16
* | Put old version message in the block leveljoyicecloud2013-09-233-5/+5
* | Displays the previous version of the gem when run bundle updatejoyicecloud2013-09-183-1/+58
|/
* Fixes regular expression in new quality specRyan T. Hosford2013-07-031-2/+2
* Removes empty line at end of class in source_spec.rbTad Hosford2013-06-251-1/+0
* Fixes mistakes in git_spec.rb wordingTad Hosford2013-06-251-2/+2
* Fixes mistake in gems_spec.rb wordingTad Hosford2013-06-251-1/+1
* Add a spec for issue #2124 (I think)JamesFerguson2013-03-051-0/+17
* test updating child deps (for @sferik)Andre Arko2013-02-181-0/+8
* change to new expect syntax for rspecTerence Lee2012-10-093-21/+21
* Suggest alternatives when typoing gem namesJonathan del Strother2012-08-211-0/+4
* Check dependencies before bundle-updateJonathan del Strother2012-08-131-0/+7
* add --quiet option to bundle update, closes #1654Vasiliy Ermolovich2012-03-151-0/+12
* stop using nonsensical Gem::Requirement#>Andre Arko2011-09-011-2/+3
* un-check everythingAndre Arko2011-05-241-2/+2
* test for update --localAndre Arko and Terence Lee2011-01-181-0/+9