index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
bundler
/
commands
/
install_spec.rb
Age
Commit 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 them
Edouard 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 option
Jeremy Evans
2025-11-20
[ruby/rubygems] Add support for bundle install --no-lock
Jeremy Evans
2025-11-20
[ruby/rubygems] Add support for lockfile in Gemfile
Jeremy Evans
2025-11-20
[ruby/rubygems] Improve error messages and handling in tests
eileencodes
2025-11-14
[ruby/rubygems] Fix triple spacing when generating lockfile
Jimmy 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 install
Hiroshi SHIBATA
2025-09-16
[rubygems/rubygems] Completely remove multisources support
David Rodríguez
2025-09-11
[rubygems/rubygems] Complete remembered options removal
David 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 changes
David Rodríguez
2025-07-28
[rubygems/rubygems] The `install_gemfile` helper has not set "retry" for a lo...
David Rodríguez
2025-07-17
Cancel `--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 mode
David Rodríguez
2025-06-23
[rubygems/rubygems] Handle `Errno::EADDRNOTAVAIL` gracefully
David Rodríguez
2025-06-19
[rubygems/rubygems] Normalize Bundler version spec filters
David Rodríguez
2025-06-11
[rubygems/rubygems] Validate dependencies when doing bundle install
Randy Stauner
2025-06-06
[rubygems/rubygems] Extract stdboth spec helper
David Rodríguez
2025-03-24
[rubygems/rubygems] Change behavior when gemfile and gemspec dep deps conflict
David Rodríguez
2025-03-24
[rubygems/rubygems] Reword log message about current platform being missing
David 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 specs
David Rodríguez
2025-03-12
[rubygems/rubygems] Refactor specs to not try to remove folders that don't exist
David Rodríguez
2025-02-25
[rubygems/rubygems] Improve log message about adding a new platform
David 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 time
David Rodríguez
2025-02-17
[rubygems/rubygems] Make Bundler never instantiate development dependencies
David 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 directory
David Rodríguez
2025-01-28
[rubygems/rubygems] Support installing arm native gems on Windows
David Rodríguez
2025-01-28
[rubygems/rubygems] Remove unnecessary platform helpers
David Rodríguez
2025-01-16
[rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helper
David 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 source
David Rodríguez
2024-11-04
[rubygems/rubygems] Fix incompatible encodings error
David 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 directories
David Rodríguez
2024-10-23
[rubygems/rubygems] Fix out of date spec description
David 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 installer
David Rodríguez
2024-09-02
[rubygems/rubygems] Don't try to remove previous install folder if it's empty
David Rodríguez
2024-09-02
[rubygems/rubygems] Improve insecure gem overwrite message
David Rodríguez
2024-08-22
[rubygems/rubygems] Fix `--prefer-local` flag
David 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 string
David Rodríguez
2024-07-26
[rubygems/rubygems] Make all tests still pass when switching from truffleruby...
David Rodríguez
[next]