summaryrefslogtreecommitdiff
path: root/spec/bundler/commands
AgeCommit message (Expand)Author
2025-05-23Skip failing example on Ubuntu runner of ruby/rubyHiroshi 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-16[rubygems/rubygems] Fix `bundle lock --add-checksums` when gems are already i...David Rodríguez
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-26[rubygems/rubygems] Fix installs of subdependencies of unlocked dependencies ...David 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-21[rubygems/rubygems] Fix `bundle remove` sometimes not removing gemsJerome Dalbert
2024-11-21[rubygems/rubygems] move system_gems let commandssodacris
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-14[rubygems/rubygems] Make sure `bundle viz` specs are actually runDavid Rodríguez
2024-11-11[rubygems/rubygems] Add a `lockfile_checksums` configuration to include check...David Rodríguez
2024-11-11[rubygems/rubygems] Cancel `bundle console` deprecationDavid Rodríguez
2024-11-08[rubygems/rubygems] Add `bundle lock --add-checksums` to add checksums to an ...David Rodríguez
2024-11-07[rubygems/rubygems] Undeprecate Gemfiles without a global sourceDavid Rodríguez
2024-11-04[rubygems/rubygems] Fix incompatible encodings errorDavid Rodríguez
2024-10-30[rubygems/rubygems] Update `--ext=rust` to support compiling the native exten...Guilherme Carreiro
2024-10-23[rubygems/rubygems] Print a proper error when there's a previous empty instal...David Rodríguez
2024-10-23[rubygems/rubygems] Consistently use `:create` action when creating directoriesDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix out of date spec descriptionDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix running `bundler` (with a final `r`) in a `bundle exe...David Rodríguez
2024-10-22[rubygems/rubygems] Cleanup some specs after recent support dropDavid Rodríguez
2024-10-22[rubygems/rubygems] Change one `bundle check` spec to not touch the networkDavid Rodríguez
2024-10-18[rubygems/rubygems] Add `bundle add --quiet` optionJerome Dalbert
2024-10-17[rubygems/rubygems] Allow using `gemspec` DSL twice with same dependency and ...David Rodríguez
2024-10-16[rubygems/rubygems] Fix `bundle check` sometimes locking gems under the wrong...David Rodríguez
2024-10-04[rubygems/rubygems] Remove extra space in BUNDLED WITH sectionSamuel Giddins
2024-10-04[rubygems/rubygems] Remove outdated conditionals from testsSamuel Giddins
2024-09-23[rubygems/rubygems] Fix `bundle outdated` with `--group` optionDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about missing shebangDavid Rodríguez
2024-09-20[rubygems/rubygems] Fix RubyGems warnings about pre-release dependenciesDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-13[rubygems/rubygems] Remove redundant arguments passed to `bundle` helperDavid Rodríguez
2024-09-13[rubygems/rubygems] Remove `BUNDLER_IGNORE_DEFAULT_GEM`David Rodríguez
2024-09-13[rubygems/rubygems] Make sure test does not load system version of BundlerDavid Rodríguez
2024-09-11[rubygems/rubygems] Uncomment and possibly fix spec on JRubyDavid Rodríguez
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-09-02[rubygems/rubygems] Don't try to remove previous install folder if it's emptyDavid Rodríguez
2024-09-02[rubygems/rubygems] Improve insecure gem overwrite messageDavid Rodríguez
2024-08-30[rubygems/rubygems] Emit progress to stderr when `--parseable` is passed to `...Matt Brictson