summaryrefslogtreecommitdiff
path: root/spec/lock
Commit message (Expand)AuthorAgeFilesLines
* Fix warning message about bundler versionfix_upgrade_instructionsDavid Rodríguez2019-02-182-2/+6
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-142-11/+11
* Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-242-4/+4
* fix breaking bundler 1 spec for ruby 2.6 with RG 2.7segiddins/ruby-2.6Colby Swandale2018-12-291-3/+3
* Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+1
* Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-152-2/+2
* Added hostname for file protocol in GemfileSHIBATA Hiroshi2017-12-281-67/+67
* Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-66/+66
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-282-4/+4
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-1/+1
* Allow ignoring the compatibilty guard in specsSamuel Giddins2017-08-172-0/+4
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-55/+56
* Update specs that simulate 2.0 lockfiles to include the specific platformSamuel Giddins2017-07-051-0/+2
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-1/+29
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-232-55/+1449
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-7/+9
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-032-2/+0
* Support rubygems that print dep type in specsSamuel Giddins2017-04-131-1/+1
* Avoid deadlocking when installing with a lockfile missing dependenciesSamuel Giddins2017-04-131-0/+23
* [Source::Path] Don’t store cache paths in the lockfileseg-install-frozen-gemspec-deps-changedSamuel Giddins2017-02-101-0/+30
* 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% unnecessaryseg-bundled-withSamuel 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 compatibleseg-bundled-with-compatibilitySamuel E. Giddins2015-05-061-41/+41
* Add specs for encountering different bundler versions in the lockfileseg-major-version-errosSamuel 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