aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] These method should be returning a stringDavid Rodríguez2021-11-251-1/+1
* [rubygems/rubygems] We should be checking raised exception, not status code hereDavid Rodríguez2021-11-251-1/+1
* [rubygems/rubygems] Don't replace ENV twice on non Windows platformsDavid Rodríguez2021-11-253-0/+64
* [rubygems/rubygems] Clarify `bundle viz` deprecationDavid Rodríguez2021-11-221-1/+1
* [rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez2021-11-191-0/+61
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-162-8/+51
* [rubygems/rubygems] Remove duplicated specDavid Rodríguez2021-11-121-37/+1
* [rubygems/rubygems] Remove `gemfile_should_be` helper as wellDavid Rodríguez2021-11-122-29/+25
* [rubygems/rubygems] Remove `have_lockfile` matcher tooDavid Rodríguez2021-11-122-6/+2
* [rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez2021-11-1215-101/+97
* [rubygems/rubygems] Use bundler-graph instead of bundler-vizHiroshi SHIBATA2021-11-081-1/+1
* [rubygems/rubygems] Fix urlharuuzion2021-11-061-1/+1
* [rubygems/rubygems] Fix typosNobuyoshi Nakada2021-11-041-2/+2
* [rubygems/rubygems] Leave ":" after MANPATH when not setDavid Rodríguez2021-11-022-22/+50
* [rubygems/rubygems] Memoize materialized specs when requiring `bundler/setup`David Rodríguez2021-11-011-0/+16
* [rubygems/rubygems] Better error when installing a git lockfile and git not p...David Rodríguez2021-10-301-1/+38
* [rubygems/rubygems] Enforce bundler platform (and default gem) to keep invali...Josef Šimánek2021-10-291-1/+2
* [rubygems/rubygems] Update mirror_probe realword specs to not rely exactly at...Josef Šimánek2021-10-291-14/+9
* [rubygems/rubygems] Install stringio for standalone spec.Josef Šimánek2021-10-291-1/+1
* [rubygems/rubygems] Assert NoMethodError message only partialy in downloader_...Josef Šimánek2021-10-291-1/+1
* [rubygems/rubygems] Lock racc version in platform_spec.Josef Šimánek2021-10-291-2/+2
* Support gemification of tsortFrederik Dudzik2021-10-291-1/+1
* [rubygems/rubygems] Add new default gems to setup_spec exempts.Josef Šimánek2021-10-291-0/+2
* [rubygems/rubygems] Unskip inline spec that can pass now on the latest rubiesDavid Rodríguez2021-10-291-1/+3
* [rubygems/rubygems] use Rubocop Lint/Debugger check rather than custom specFrederik Dudzik2021-10-291-29/+0
* [rubygems/rubygems] Don't warn when a lockfile is locked to a dev versionDavid Rodríguez2021-10-271-6/+102
* [rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez2021-10-251-0/+41
* [rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez2021-10-251-0/+30
* [rubygems/rubygems] Catch up with recent error message modificationDavid Rodriguez2021-10-251-2/+2
* [rubygems/rubygems] Manage global gem cache directlyDavid Rodriguez2021-10-251-0/+12
* [rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez2021-10-251-6/+5
* [rubygems/rubygems] Remove unused `let`David Rodriguez2021-10-251-1/+0
* [rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier2021-10-252-0/+52
* [rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez2021-10-131-0/+95
* [rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez2021-10-131-0/+15
* [rubygems/rubygems] Use correct way to detect default gemsDavid Rodríguez2021-10-131-13/+11
* [rubygems/rubygems] Remove unnecessary codeDavid Rodríguez2021-10-131-1/+1
* [rubygems/rubygems] Make spec more realisticDavid Rodriguez2021-10-131-1/+3
* [rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez2021-10-111-0/+4
* [rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez2021-10-111-0/+4
* [rubygems/rubygems] Match a more exact warning messageDavid Rodriguez2021-10-111-1/+1
* [ruby/rubygems] Get specs green on arm64-darwin-20David Rodriguez2021-10-114-7/+8
* Newly generated gems require Ruby 2.6.0OKURA Masafumi2021-10-092-3/+17
* [rubygems/rubygems] I see no harm in this, allow itDavid Rodríguez2021-10-091-1/+0
* [rubygems/rubygems] `git commit` no longer needs to be allowed to failDavid Rodríguez2021-10-091-1/+1
* [rubygems/rubygems] Let `update_git` work with whatever branch is checkout outDavid Rodríguez2021-10-092-11/+3
* [rubygems/rubygems] Make adding files and committing into a single commandDavid Rodríguez2021-10-091-2/+1
* [rubygems/rubygems] Keep different code in custom branch in dummy repoDavid Rodríguez2021-10-091-2/+2
* [rubygems/rubygems] Fix typoDavid Rodríguez2021-10-091-1/+1