aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lock
Commit message (Expand)AuthorAgeFilesLines
* Disable RSpec monkey patchingSamuel Giddins2017-01-152-2/+2
* fix specs for bundler version warning with version numbersJonathan Rochkind2016-08-151-2/+2
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-1/+1
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-022-8/+8
* Remove focus from the lockfile specSamuel Giddins2016-08-021-1/+1
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-022-8/+8
* Compatibility with frozen string literalsSamuel Giddins2016-01-312-0/+2
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-31/+31
* Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-0/+27
|\
| * Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513...David Morhovich2015-11-181-3/+3
| * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-0/+27
* | [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-4/+4
|/
* Fix Style/MultilineBlockLayoutVictor Koronen2015-08-141-2/+4
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* [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