aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham2023-08-171-1/+26
* [rubygems/rubygems] Show better error when PAT can't authenticate to a privat...David Rodríguez2023-08-162-20/+13
* [rubygems/rubygems] Bad auth should not fallback eitherDavid Rodríguez2023-08-161-0/+9
* [rubygems/rubygems] Use better status for authentication failuresDavid Rodríguez2023-08-162-2/+2
* [rubygems/rubygems] Fix git source conservativenessDavid Rodríguez2023-08-161-0/+86
* [rubygems/rubygems] Use the dedicated method to convert file pathNobuyoshi Nakada2023-07-301-0/+30
* Use Gem::BUNDLED_GEMS::SINCEHiroshi SHIBATA2023-07-281-12/+12
* [rubygems/rubygems] bin/rubocop -AHiroshi SHIBATA2023-07-251-1/+0
* [rubygems/rubygems] Extract Gem::BUNDLED_GEMS from BundlerHiroshi SHIBATA2023-07-251-0/+17
* [rubygems/rubygems] Skip warnings if bundled gems is already loadedHiroshi SHIBATA2023-07-251-0/+19
* [rubygems/rubygems] Added warnings targets for old version of RubyHiroshi SHIBATA2023-07-252-4/+34
* [rubygems/rubygems] Added Ruby version for bundled gems to warningsHiroshi SHIBATA2023-07-251-1/+1
* [rubygems/rubygems] Added csv as stub gem to build_repo1Hiroshi SHIBATA2023-07-251-0/+1
* [rubygems/rubygems] Added examples for warnings featureHiroshi SHIBATA2023-07-251-0/+29
* [rubygems/rubygems] Rename local to lockfile and global to systemHiroshi SHIBATA2023-07-241-1/+1
* [rubygems/rubygems] Avoid printing using messages when version has not changedDavid Rodríguez2023-07-241-26/+22
* [rubygems/rubygems] Exclude Bundler from missing locked dependencies checkDavid Rodríguez2023-07-241-0/+10
* [rubygems/rubygems] Prefer squiggly heredocs over custom helperDavid Rodríguez2023-07-2417-51/+51
* [rubygems/rubygems] Remove unused module inclusionDavid Rodríguez2023-07-241-2/+0
* [rubygems/rubygems] Refactor spec helpers for reading lockfilesDavid Rodríguez2023-07-242-6/+14
* [rubygems/rubygems] Simplify `bundle lock` specsDavid Rodríguez2023-07-241-9/+5
* [rubygems/rubygems] Don't run any git commands when sorting and comparing git...David Rodríguez2023-07-131-0/+7
* [rubygems/rubygems] Dont't use Bundler::VERSIONHiroshi SHIBATA2023-07-131-2/+6
* [rubygems/rubygems] restart with BUNDLE_VERSION if it's specifiedHiroshi SHIBATA2023-07-131-0/+3
* [rubygems/rubygems] Introduce bundle config set version featureHiroshi SHIBATA2023-07-131-0/+19
* [rubygems/rubygems] Remove unused variableDavid Rodríguez2023-07-131-2/+0
* [rubygems/rubygems] Test that git sources in lockfiles have stable sort orderEllen Marie Dash2023-07-041-0/+74
* [rubygems/rubygems] Fix git source lockfile unstabilityDavid Rodríguez2023-07-042-11/+11
* [rubygems/rubygems] Fix another incorrect removal of "ruby" platform from loc...David Rodríguez2023-07-041-0/+46
* Merge rubygems/rubygems HEADHiroshi SHIBATA2023-06-208-33/+35
* [rubygems/rubygems] Rubocop 1.51.0 or later didn't support Ruby 2.6Hiroshi SHIBATA2023-06-151-2/+2
* [rubygems/rubygems] Improve error message in frozen mode edge caseDavid Rodríguez2023-06-151-0/+34
* [rubygems/rubygems] Improve frozen mode error messageDavid Rodríguez2023-06-154-8/+8
* [rubygems/rubygems] Use "frozen" rather than "deployment" in error messageDavid Rodríguez2023-06-155-17/+17
* [rubygems/rubygems] Show missing spec in lockfile incomplete error messageDavid Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] Remove weird line breaks in the middle of error messageDavid Rodríguez2023-06-151-7/+7
* [rubygems/rubygems] Make frozen mode spec also pass on Bundler 3David Rodríguez2023-06-151-1/+1
* [rubygems/rubygems] This spec is independent from global sourcesDavid Rodríguez2023-06-151-1/+5
* [rubygems/rubygems] Stop publishing Gemfile in default gem templateGareth Adams2023-06-081-0/+8
* [rubygems/rubygems] Fix `path` vs `deployment` precedence when path set throu...David Rodríguez2023-06-061-0/+6
* [rubygems/rubygems] Unexclude some specs on bundler 3David Rodríguez2023-06-061-3/+3
* [rubygems/rubygems] Fill in missing deployment specsDavid Rodríguez2023-06-061-7/+44
* [rubygems/rubygems] Remove redundant specsDavid Rodríguez2023-06-061-5/+1
* [rubygems/rubygems] Fix inline mode with multiple sourcesDavid Rodríguez2023-06-061-0/+25
* [rubygems/rubygems] tool_dir needs to handle ruby/ruby repo nowHiroshi SHIBATA2023-05-311-3/+3
* Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA2023-05-305-9/+35
* Merge https://github.com/rubygems/rubygems/pull/6655 manually.Hiroshi SHIBATA2023-05-101-7/+35
* Relax regexp for console assertionHiroshi SHIBATA2023-05-092-2/+2
* [rubygems/rubygems] Revert "Bundler::YAMLSerializer.load couldn't raise error...Hiroshi SHIBATA2023-04-201-0/+23
* [rubygems/rubygems] Bundler::YAMLSerializer.load couldn't raise error when in...Hiroshi SHIBATA2023-04-191-23/+0