summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
AgeCommit message (Expand)Author
2022-01-25[rubygems/rubygems] Fix spec to not touch the networkDavid Rodríguez
2022-01-20[rubygems/rubygems] Change generated namespaced test class name in minitestYusuke Nakamura
2022-01-20[rubygems/rubygems] Add spec to class name definition in newgem specYusuke Nakamura
2022-01-20[rubygems/rubygems] Update generated minitest file styleYusuke Nakamura
2022-01-20[rubygems/rubygems] Create minitest file to underscored path in "bundle gem" ...Yusuke Nakamura
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-13[rubygems/rubygems] Use `Fiddle` in `bundle doctor` to check for dynamic libr...Vyacheslav Alexeev
2021-12-28[rubygems/rubygems] Fix `bundle update --bundler` no longer updating lockfileDavid Rodríguez
2021-12-27Track RubyGems 3.4.0dev and Bundler 2.4.0devHiroshi SHIBATA
2021-12-27[rubygems/rubygems] Update some specs to pass ruby-head CIDavid Rodríguez
2021-12-22Reverts the accidental commits for rubygems/bundler.Hiroshi SHIBATA
2021-12-22[rubygems/rubygems] Fix error when gem specified twice in gemfile under diffe...David Rodríguez
2021-12-22[rubygems/rubygems] These commands shouldn't be failing, just warningDavid Rodríguez
2021-12-21Merge RubyGems-3.3.0 and Bundler-2.3.0Hiroshi SHIBATA
2021-12-21[rubygems/rubygems] Rename `BUNDLE_SPEC_RUN` environment variableDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve errors a bit moreDavid Rodríguez
2021-12-17[rubygems/rubygems] Improve resolver error messagesDavid Rodríguez
2021-12-15Merge RubyGems and Bundler masterHiroshi SHIBATA
2021-12-11[rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev
2021-12-08[rubygems/rubygems] Add require parameter to `bundle add``Simon Fish
2021-12-06[rubygems/rubygems] Add --version parameter to bundle info command.Josef Šimánek
2021-12-01Merge rubygems master fd676ac464491afaa0baf5435cb11b3f86229cbdHiroshi SHIBATA
2021-11-30[rubygems/rubygems] Fix escape of filenames in `bundle doctor`ooooooo-q
2021-11-26[rubygems/rubygems] Fix `bundle info` sometimes claiming that bundler has bee...David Rodríguez
2021-11-25[rubygems/rubygems] Fix bad instance variable nameDavid Rodríguez
2021-11-19[rubygems/rubygems] Allow `bundle update` to downgrade gems by changing the G...David Rodríguez
2021-11-16Merge the master branch of rubygems repoHiroshi SHIBATA
2021-11-12[rubygems/rubygems] Remove `gemfile_should_be` helper as wellDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez
2021-10-25[rubygems/rubygems] Show proper error when previous installation of gem can't...David Rodriguez
2021-10-25[rubygems/rubygems] Show a proper error if gem path is not writableDavid Rodriguez
2021-10-13[rubygems/rubygems] Fix `bundle install` crash due to an incorrectly incomple...David Rodríguez
2021-10-13[rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gemsDavid Rodriguez
2021-10-13[rubygems/rubygems] Remove unnecessary codeDavid Rodríguez
2021-10-11[rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Match a more exact warning messageDavid Rodriguez
2021-10-09Newly generated gems require Ruby 2.6.0OKURA Masafumi
2021-10-09[rubygems/rubygems] Fix typoDavid Rodríguez
2021-09-22[rubygems/rubygems] Fix possible malicious website to example.comfiveNinePlusR
2021-09-17[rubygems/rubygems] Trigger install command by default on removeJose Galisteo
2021-08-31[rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz
2021-08-31[rubygems/rubygems] Fix `bundle check` showing duplicated gemsDavid Rodríguez
2021-08-31[rubygems/rubygems] Restore working `bundle check` behaviourDavid Rodríguez
2021-08-31[rubygems/rubygems] Respect `BUNDLE_USER_HOME` for global config locationDavid Rodríguez
2021-08-31[rubygems/rubygems] Expect the right permissions on WindowsDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix git repo initialization on a path with spacesDavid Rodríguez
2021-08-31[rubygems/rubygems] Simplify overkill usage of shared examplesDavid Rodríguez
2021-08-31[rubygems/rubygems] Exclude gemspec file itself from gemNobuyoshi Nakada
2021-08-31[rubygems/rubygems] typos in UI messages: fix a couple missing spaces between...Tim Sutton