summaryrefslogtreecommitdiff
path: root/spec/bundler
AgeCommit message (Expand)Author
2025-05-28Sync Bundler and adapt to new spec setupDavid Rodríguez
2025-05-28Revert "Revert https://github.com/rubygems/rubygems/commit/d74fa0fdda48104311...David Rodríguez
2025-05-28Initialize `gems` tmp when initializing bundled_gems_spec suiteDavid Rodríguez
2025-05-23Skip failing example on Ubuntu runner of ruby/rubyHiroshi SHIBATA
2025-05-23Revert https://github.com/rubygems/rubygems/commit/d74fa0fdda481043112f9de179...Hiroshi SHIBATA
2025-05-22Merge RubyGems-3.6.9 and Bundler-2.6.9Hiroshi SHIBATA
2025-05-22Merge RubyGems-3.6.8 and Bundler-2.6.8Hiroshi SHIBATA
2025-04-08Merge RubyGems-3.6.7 and Bundler-2.6.7Hiroshi SHIBATA
2025-04-08Merge RubyGems-3.6.6 and Bundler-2.6.6Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.5 and Bundler-2.6.5Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.4 and Bundler-2.6.4Hiroshi SHIBATA
2025-02-20Merge RubyGems-3.6.3 and Bundler-2.6.3Hiroshi SHIBATA
2024-12-24Merge RubyGems-3.6.2 and Bundler-2.6.2David Rodríguez
2024-12-16[rubygems/rubygems] Fix `bundle lock --add-checksums` when gems are already i...David Rodríguez
2024-12-13[rubygems/rubygems] Fix restarting with locked version when $PROGRAM_NAME has...Camden Narzt
2024-12-13[rubygems/rubygems] Add note about why we don't use `Open3`David Rodríguez
2024-12-13[rubygems/rubygems] No need for `--quiet` since we hide output by defaultDavid Rodríguez
2024-12-13[rubygems/rubygems] Don't print a bunch of blank lines when setting up depend...David Rodríguez
2024-12-11[rubygems/rubygems] Normalize CLI flag documentation and make sure all flags ...David Rodríguez
2024-12-11[rubygems/rubygems] Add missing man pages for `bundle env` and `bundle licens...David Rodríguez
2024-12-04[rubygems/rubygems] Rework `Bundler.which` testssodacris
2024-12-04[rubygems/rubygems] allow `bat` files to be created alongside with script fil...sodacris
2024-11-29[rubygems/rubygems] Enable pending exec specDavid Rodríguez
2024-11-29[rubygems/rubygems] Improve heredoc indentation in exec specsDavid Rodríguez
2024-11-29[rubygems/rubygems] Unify specs testing Bundler.setup failing behaviorDavid Rodríguez
2024-11-29[rubygems/rubygems] Backwards compatibility for 2.5.17-2.5.23 cachesDavid Rodríguez
2024-11-29[rubygems/rubygems] Restore previous application cache format for git sourcesDavid Rodríguez
2024-11-28[rubygems/rubygems] Test with Ruby 3.4David Rodríguez
2024-11-26[rubygems/rubygems] Allow some materialized specs to be missingDavid Rodríguez
2024-11-26[rubygems/rubygems] Enable `Performance/MapCompact` copDavid Rodríguez
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-11-26[rubygems/rubygems] Fix installs of subdependencies of unlocked dependencies ...David Rodríguez
2024-11-26[rubygems/rubygems] Remove unnecessary `verbose` parameterDavid Rodríguez
2024-11-26[rubygems/rubygems] Remove unnecessary `let` and nestingDavid Rodríguez
2024-11-25[rubygems/rubygems] Fix `bundle lock --add-checksums`David Rodríguez
2024-11-25[rubygems/rubygems] Fix test task name on generated readme when using test-unitgemmaro
2024-11-25[rubygems/rubygems] Fix gemfury credentials getting written to logs in verbos...David Rodríguez
2024-11-25[rubygems/rubygems] Improve index fetcher specsDavid Rodríguez
2024-11-22[rubygems/rubygems] fix bundle which commands on windowssodacris
2024-11-21Ensure that all Bundler commands have a man pageJerome Dalbert
2024-11-21[rubygems/rubygems] Fix `bundle remove` sometimes not removing gemsJerome Dalbert
2024-11-21[rubygems/rubygems] Fix locking of incorrect version of git gem in an edge caseDavid Rodríguez
2024-11-21[rubygems/rubygems] move system_gems let commandssodacris
2024-11-21[rubygems/rubygems] Explicitly load build_metadata.rb because Spec::BuildMeta...Hiroshi SHIBATA
2024-11-21[rubygems/rubygems] Silent verbose stdout for dependency of test gemsHiroshi SHIBATA
2024-11-20[rubygems/rubygems] Add man page for 'bundle issue' commandAndrew Nesbitt
2024-11-19[rubygems/rubygems] Add man page for 'bundle fund' commandAndrew Nesbitt
2024-11-19[rubygems/rubygems] Fix binstub test bugsodacris
2024-11-19Test with sinatra to 4.1.0David Rodríguez
2024-11-18Move spec directory from bundler examplesHiroshi SHIBATA