summaryrefslogtreecommitdiff
path: root/spec/bundler/bundler
AgeCommit message (Expand)Author
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-02[rubygems/rubygems] Add test cases from SHA1 RFC and improve test failure mes...David Rodríguez
2022-05-13[rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` i...David Rodríguez
2022-04-28Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA
2022-04-16[rubygems/rubygems] Add modern rubies to the platformsBobby McDonald
2022-02-28Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-01-19Merge rubygems/rubygems HEAD.Hiroshi SHIBATA
2022-01-04[rubygems/rubygems] Test the actual checksums of the mock gemsNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Fix the test to use the mock gem pathNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Append a newline to the checksum fileNobuyoshi Nakada
2022-01-04[rubygems/rubygems] Fix checksumNobuyoshi Nakada
2021-12-21Merge RubyGems-3.3.0 and Bundler-2.3.0Hiroshi SHIBATA
2021-12-07[rubygems/rubygems] Pass "--" to git commands to separate positional and opti...David Rodríguez
2021-12-06[rubygems/rubygems] Feature: accept pull request URLs as github sourceJean Boussier
2021-12-04[rubygems/rubygems] Let original EACCES error be raisedDavid Rodríguez
2021-11-12[rubygems/rubygems] Remove `lockfile_should_be` helperDavid Rodríguez
2021-10-29[rubygems/rubygems] Assert NoMethodError message only partialy in downloader_...Josef Šimánek
2021-10-25[rubygems/rubygems] Simplify gem downloading inside bundlerDavid Rodriguez
2021-10-25[rubygems/rubygems] Remove unused `let`David Rodriguez
2021-10-25[rubygems/rubygems] Vendor a pure ruby implementation of SHA1Jean Boussier
2021-10-13[rubygems/rubygems] Improve error messages in gem helpersDavid Rodríguez
2021-10-11[ruby/rubygems] Get specs green on arm64-darwin-20David Rodriguez
2021-10-09[rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi
2021-08-31[rubygems/rubygems] Remove `syck` traces from `bundler`David Rodríguez
2021-08-31[rubygems/rubygems] Normalize setting `GEM_PATH`David Rodríguez
2021-08-31[rubygems/rubygems] Make plugin installation idempotentDavid Rodríguez
2021-08-31[rubygems/rubygems] Correctly redact credentials when using x-oauth-basicMatt Larraz
2021-08-31[rubygems/rubygems] Remove `RUBYGEMS_GEMDEPS` warningDavid Rodríguez
2021-08-31[rubygems/rubygems] typos in UI messages: fix a couple missing spaces between...Tim Sutton
2021-07-27[rubygems/rubygems] Refactor Bundler::Dsl#check_rubygems_source_safety to imp...Daniel Niknam
2021-07-27[rubygems/rubygems] Deprecate Gemfile without an explicit global sourceDaniel Niknam
2021-07-27[rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam
2021-07-27[rubygems/rubygems] Implement Bundler::SourceList#implicit_global_source?Daniel Niknam
2021-07-27[rubygems/rubygems] Implement Bundler::Source::Rubygems#no_remotes?Daniel Niknam
2021-07-27[rubygems/rubygems] Fix interrupt handling in Bundler workersAndrew Haines
2021-07-16[rubygems/rubygems] fix dangling empty hooksAndre Arko
2021-07-16[rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko
2021-07-16[rubygems/rubygems] remove focusAndre Arko
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-07-07Sync RubyGems and Bundler with upstreamHiroshi SHIBATA
2021-07-07Sync latest bundler & rubygems development versionDavid Rodríguez
2021-05-11Sync bundler & rubygemsDavid Rodríguez
2021-04-15Merge the master branch of BundlerHiroshi SHIBATA
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2021-01-29Fix failure when build in srcdir/buildKazuhiro NISHIYAMA
2021-01-04Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118...Hiroshi SHIBATA
2020-12-15Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA
2020-12-09Ad-hoc fix of test-bundlerNobuyoshi Nakada