summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/install_spec.rb
AgeCommit message (Expand)Author
2025-12-16[ruby/rubygems] Pass down value of `BUNDLE_JOBS` to RubyGems before compiling:Edouard CHIN
2025-12-09[ruby/rubygems] Fix Bundler removing executables after creating themEdouard CHIN
2025-12-02[ruby/rubygems] Make BUNDLE_LOCKFILE environment variable have precedence ove...Jeremy Evans
2025-11-25[ruby/rubygems] Support bundle install --lockfile optionJeremy Evans
2025-11-20[ruby/rubygems] Add support for bundle install --no-lockJeremy Evans
2025-11-20[ruby/rubygems] Add support for lockfile in GemfileJeremy Evans
2025-11-20[ruby/rubygems] Improve error messages and handling in testseileencodes
2025-11-14[ruby/rubygems] Fix triple spacing when generating lockfileJimmy Lin
2025-11-13[ruby/rubygems] We don't need to allow some warning because:David Rodríguez
2025-10-15[rubygems/rubygems] Removed duplicated examples with bundle installHiroshi SHIBATA
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-09-05[rubygems/rubygems] Improve error message when `path` and `gemspec` point to ...manabeai
2025-07-28(Temporarily?) delay path changes and global cache changesDavid Rodríguez
2025-07-28[rubygems/rubygems] The `install_gemfile` helper has not set "retry" for a lo...David Rodríguez
2025-07-17Cancel `--force` deprecation in favor of `--redownload`David Rodríguez
2025-07-02[rubygems/rubygems] Handle connection refused and Errno::EADDRNOTAVAIL as non...David Rodríguez
2025-06-30[rubygems/rubygems] Remove "double CI" for testing Bundler 4 modeDavid Rodríguez
2025-06-23[rubygems/rubygems] Handle `Errno::EADDRNOTAVAIL` gracefullyDavid Rodríguez
2025-06-19[rubygems/rubygems] Normalize Bundler version spec filtersDavid Rodríguez
2025-06-11[rubygems/rubygems] Validate dependencies when doing bundle installRandy Stauner
2025-06-06[rubygems/rubygems] Extract stdboth spec helperDavid Rodríguez
2025-03-24[rubygems/rubygems] Change behavior when gemfile and gemspec dep deps conflictDavid Rodríguez
2025-03-24[rubygems/rubygems] Reword log message about current platform being missingDavid Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-12[rubygems/rubygems] Prefer `FileUtils.rm_r` to `FileUtils.rm_rf` for specsDavid Rodríguez
2025-03-12[rubygems/rubygems] Refactor specs to not try to remove folders that don't existDavid Rodríguez
2025-02-25[rubygems/rubygems] Improve log message about adding a new platformDavid Rodríguez
2025-02-25[rubygems/rubygems] Improve log message when resolving due to local platform ...David Rodríguez
2025-02-19[rubygems/rubygems] Make sure empty gems are not reinstalled every timeDavid Rodríguez
2025-02-17[rubygems/rubygems] Make Bundler never instantiate development dependenciesDavid Rodríguez
2025-02-13[rubygems/rubygems] `--prefer-local` should resolve to latest version if no g...David Rodríguez
2025-02-06[rubygems/rubygems] Auto-heal empty installation directoryDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary platform helpersDavid Rodríguez
2025-01-16[rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helperDavid Rodríguez
2024-11-26[rubygems/rubygems] Fix installs of subdependencies of unlocked dependencies ...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-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-17[rubygems/rubygems] Allow using `gemspec` DSL twice with same dependency and ...David Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
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-22[rubygems/rubygems] Fix `--prefer-local` flagDavid Rodríguez
2024-07-30[rubygems/rubygems] Print a better debug message when lockfile does not inclu...David Rodríguez
2024-07-30[rubygems/rubygems] The `simulate_platform` helper can take a stringDavid Rodríguez
2024-07-26[rubygems/rubygems] Make all tests still pass when switching from truffleruby...David Rodríguez