summaryrefslogtreecommitdiff
path: root/spec/update
Commit message (Expand)AuthorAgeFilesLines
* Include revision hash in Source::Git#to_sshow-git-revAgis 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 bundleseg-update-frozen-fails-loudlySamuel 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
* need to .to_s this Pathname for 1.9.2Terence Lee2010-11-171-1/+1
* test for printing the path with the problem when git commands error outAndre Arko2010-11-161-0/+14
* Clean up line ending preservation, refactor and relocate specsAndre Arko2010-11-021-51/+0
* bundle update should not change EOL in Gemfile.lockRobert Wahler2010-11-021-1/+52
* Simplify the crap out of the git remote buildersAndre Arko2010-10-241-20/+11
* Move the git --tags spec to update/git_specAndre Arko2010-10-242-66/+59
* spec for --tags patch that will fail if --tags in not present in source.rb's ...Sam Woodard2010-10-241-27/+67
* Go away useless use warningsAndre Arko2010-10-241-2/+2
* no more exceptions when a bundle wants a newer bundlerAndre Arko2010-10-161-0/+26
* Whitespace and stuffCarl Lerche2010-08-041-1/+0
* Eager unlock dependencies of gems specified with `bundle update gem_name`Carl Lerche2010-08-041-0/+25
* When updating all gems in a git source, also update that sourceCarl Lerche2010-08-021-0/+21
* Unlock git sources if :submodules => true is added to the sourceCarl Lerche2010-07-241-0/+62