summaryrefslogtreecommitdiff
path: root/spec/lock
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning message about bundler versionfix_upgrade_instructionsDavid Rodríguez2019-02-182-2/+6
| | | | | | | To actually make the warning go away, we need to recommend exactly installing the locked version. Otherwise the latest version gets installed, but not used to being a different major than the one locked, so the warning stays.
* 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 ↵SHIBATA Hiroshi2018-06-152-2/+2
| | | | Ruby 2.6.
* 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
| | | | | It's introduced by URI::Generic channges. https://github.com/ruby/ruby/commit/ed48bfa5e8770a345424abd7f24f94ea9bbf5973
* 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
| | | | | | # Conflicts: # spec/install/bundler_spec.rb # spec/other/compatibility_guard_spec.rb
* 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
| | | | Also ensure the resolver processes specs in the correct order for error messages
* 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
| | | | | | New generic_local_platform to remove all the `generic(Gem::Platform.local)` calls Make `generic` and `generic_local_platform` module functions Thanks to @segiddins for the idea!
* Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-0/+27
|\
| * Changes for ↵David Morhovich2015-11-181-3/+3
| | | | | | | | | | | | https://github.com/bundler/bundler/pull/4064#discussion-diff-45137716 https://www.pivotaltracker.com/story/show/106008092
| * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-0/+27
| | | | | | | | | | | | | | | | | | | | | | * Adds support for `bundle update --ruby` command to allow for updating ruby version in Gemfile.lock. * Adds support for `bundle install` to allow for adding ruby version in Gemfile.lock. https://www.pivotaltracker.com/story/show/106008092 Signed-off-by: JT Archie <jtarchie@gmail.com>
* | [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
| | | | closes #3853
* [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
|\ | | | | | | | | | | | | Version 1.10.5 # Conflicts: # README.md
| * [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
|\ \ | |/ | | | | Version 1.10.4
| * 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
| | | | | | | | | | | | We're pulling out svn source support into a plugin. While we work on that, you can use the 1.8.0.svn release, but subversion sources aren't an official part of Bundler itself. This reverts commit 049d281d0fdcc29297a21c6a66cd7efc38690675. This reverts commit 22fecdd07fdf02edb1a8824fb73dd7e015507644. This reverts commit 38f195e11f37ce5139af4ff3384eb2f26c2edb19. This reverts commit 500436a33de0b884525dbf82cfc69332fc96f8b9. This reverts commit 2c356be90a23921058cd14fd0e4a366da195021a.
* Merge tag 'v1.6.6'Andre Arko2014-08-241-1/+42
|\ | | | | | | | | | | | | | | Version 1.6.6 Conflicts: CHANGELOG.md lib/bundler/version.rb
| * Verify source sortingAndre Arko2014-08-231-1/+40
| |