aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lock
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-152-28/+28
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-7/+0
* [RuboCop] Enable Lint/BlockAlignmentSamuel E. Giddins2015-07-151-2/+2
* Merge tag 'v1.10.5'Samuel E. Giddins2015-06-251-2/+42
|\
| * [Definition] Dont updated bundled with when 100% unnecessarySamuel E. Giddins2015-06-231-2/+42
* | Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-3/+0
|\|
| * it’s fine to use a known-old versionAndre Arko2015-06-051-3/+0
* | Avoid showing warning messages twicefotanus@gmail.com2015-06-031-2/+3
|/
* [Lockfile] Make the BUNDLED WITH section backwards compatibleSamuel E. Giddins2015-05-061-41/+41
* Add specs for encountering different bundler versions in the lockfileSamuel E. Giddins2015-05-031-2/+114
* Track Bundler version in lockfileStefan Lance2015-04-051-0/+229
* Revert "svn source support"Andre Arko2015-01-252-63/+0
* Merge tag 'v1.6.6'Andre Arko2014-08-241-1/+42
|\
| * Verify source sortingAndre Arko2014-08-231-1/+40
| * Restore source credentials from GemfileAndre Arko2014-08-231-0/+2
| * Don't include configured source credentials in lockfile.Lars Haugseth2014-07-171-0/+25
* | unbreak lockfile specStefan Huber2014-06-241-1/+1
* | store svn ref in lockfile (fixes #3080)Stefan Huber2014-06-241-0/+1
* | Merge pull request #3049 from lhz/fix-configured-credentials-in-lockAndre Arko2014-05-291-0/+25
|\ \
| * | Don't include configured source credentials in lockfile.Lars Haugseth2014-05-281-0/+25
| |/
* | Warnings--Andre Medeiros2014-05-121-1/+1
* | svn source supportStefan Huber2014-04-222-0/+62
|/
* Preserve original gemspec pathBen Willis2013-07-031-0/+24
* Fixes grammar and an inaccurate it-stringTad Hosford2013-07-031-5/+5
* Kills whitespaceTad Hosford2013-07-031-1/+0
* Merge pull request #2007 from zofrex/issue-2000Andre Arko2013-02-171-0/+27
|\
| * change to new expect syntax for rspeczofrex2012-11-111-1/+1
| * Merge remote-tracking branch 'upstream/master' into issue-2000zofrex2012-11-112-16/+16
| |\
| * | Issue #2000 Improve test for conflict markers in lockfilezofrex2012-11-111-8/+20
| * | Issue #2000 Add test for conflict markers in Gemfile.lockzofrex2012-06-291-0/+14
* | | try to force rake 10.0.2 everywhereAndre Arko2012-11-301-2/+2
| |/ |/|
* | change to new expect syntax for rspecTerence Lee2012-10-092-16/+16
|/
* Fix typos in error messagesMani Tadayon2012-06-041-1/+1
* Clean up corrupted lockfilestomhuda2012-03-071-0/+70
* lock down requirements order via String#<=>Andre Arko2011-09-171-2/+1
* Gemfile.lock should not be touched if nothing has changedRobert Wahler2011-08-181-13/+47
* hey so rake didn't stay 0.8.7 foreverAndre Arko2011-05-271-1/+1
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-1/+1
* Correct orders dependencies according to version specCorin Langosch2011-04-061-1/+1
* fix the double-dep ordering specAndre Arko2011-03-311-7/+7
* Add spec for consistent order of double-depsAlexander Kahn2011-03-311-0/+23
* Reverts adding "bundler version to lockfile".Terence Lee2010-11-171-111/+0
* mildly clean up locking with version, mostly whitespace and helpersAndre Arko2010-11-141-11/+10
* Closes #837. Add bundler version to lockfileTerence Lee2010-11-131-0/+112
* Clean up line ending preservation, refactor and relocate specsAndre Arko2010-11-021-0/+33
* Fixes #744: Keep relative paths in Gemfile.lock when using Source::PathAntono Vasiljev2010-10-101-1/+26
* Longer git refs for paths and lockfiles.Victor Costan2010-08-291-4/+4
* Move the lockfile spec matchers to spec/support/matchers.rbCarl Lerche2010-08-201-19/+0
* Don't assume that just because a dependency is pinned, we have the spec for itCarlhuda2010-08-021-0/+36
* DslError should inherit from Bundler::Error so its exceptions are caught by t...Carlhuda2010-07-291-4/+4