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
/
lib
/
bundler
Age
Commit message (
Expand
)
Author
2023-10-02
[rubygems/rubygems] Support Ruby's preview version format (Ex: 3.3.0-preview2...
Harshal Bhakta
2023-10-02
[rubygems/rubygems] Include gemspec in ExtensionTask for native gem tasks
Graham Marlow
2023-09-29
[rubygems/rubygems] Handled unknown gems in bundled gems warning
Jean Boussier
2023-09-27
[rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`
Ry Biesemeyer
2023-09-27
[rubygems/rubygems] Reword a couple of error messages
David Rodriguez
2023-09-27
[rubygems/rubygems] Refactor full sha revision match logic
krororo
2023-09-27
[rubygems/rubygems] Fix bundle install when older revisions of git source
krororo
2023-09-27
[rubygems/rubygems] Fix `bundle lock --minor --update <dep>` edge case
David Rodriguez
2023-09-25
[rubygems/rubygems] Allow standalone mode to work on a Windows edge case
David Rodriguez
2023-09-21
[rubygems/rubygems] Reduce allocations when parsing lockfile
Samuel Giddins
2023-09-21
[rubygems/rubygems] Remove usage of Dir.chdir that just execute a subprocess
Samuel Giddins
2023-09-21
[rubygems/rubygems] Stop bundler eagerly loading all specs with exts
Samuel Giddins
2023-09-20
[rubygems/rubygems] Bundler error handling
Samuel Giddins
2023-09-19
[rubygems/rubygems] Lazily construct fetcher debug messages
Samuel Giddins
2023-09-19
[rubygems/rubygems] Bump actions/checkout to v4 in bundler gem template
Yoshiki Takagi
2023-09-15
[rubygems/rubygems] Reduce array allocations and concatenations in Index
Martin Emde
2023-09-15
[rubygems/rubygems] Avoid allocating empty hashes in Index
Samuel Giddins
2023-09-15
[rubygems/rubygems] Stop allocating the same settings keys repeatedly
Samuel Giddins
2023-09-14
[rubygems/rubygems] Gemfile ruby file: covers more version formats
Martin Emde
2023-09-12
[rubygems/rubygems] Unify LockfileParser loading of SPECS section
Martin Emde
2023-09-07
[rubygems/rubygems] Reduce excess index creation and merging
Martin Emde
2023-09-07
[rubygems/rubygems] Improve efficiency of Index#use and #search_all
Martin Emde
2023-09-07
[rubygems/rubygems] Source::Rubygems#fetch_names is only called with override...
Martin Emde
2023-08-30
[rubygems/rubygems] Update bundler/lib/bundler/settings.rb
Josh Nichols
2023-08-30
[rubygems/rubygems] (Further) Improve Bundler::Settings#[] performance and me...
Josh Nichols
2023-08-29
[rubygems/rubygems] Fix bundle update --redownload
Samuel Giddins
2023-08-29
[rubygems/rubygems] rubocop -a
Hiroshi SHIBATA
2023-08-28
[rubygems/rubygems] Fixed malformed lockfile version on installing
Imir Kiyamov
2023-08-28
[rubygems/rubygems] Don't check for circular deps on full index sources
David Rodríguez
2023-08-28
[rubygems/rubygems] Remove redundant checks
David Rodríguez
2023-08-28
[rubygems/rubygems] Fix standalone install crashing when using legacy multi r...
David Rodríguez
2023-08-28
[rubygems/rubygems] Refactor Fetcher#api_fetcher? and fetcher loading logic
Martin Emde
2023-08-25
[rubygems/rubygems] Don't use full indexes unnecessarily on legacy Gemfiles
David Rodríguez
2023-08-25
Suggest to add bundled gems into gemspec if 3rd party gem try to load gem fro...
Hiroshi SHIBATA
2023-08-21
[rubygems/rubygems] Support `ruby file: ".tool-versions"` in Gemfile
Gaurav Khanna
2023-08-20
[rubygems/rubygems] fix lint
Josh Nichols
2023-08-20
[rubygems/rubygems] use a one-liner
Josh Nichols
2023-08-20
[rubygems/rubygems] handle removing `BUNDLE_`, since using start_with? would ...
Josh Nichols
2023-08-20
[rubygems/rubygems] Don't rely on globals when not matching regexp for "local."
Martin Emde
2023-08-20
[rubygems/rubygems] Use ! methods once we have a new copy of the string. Use ...
Josh Nichols
2023-08-20
[rubygems/rubygems] call key.to_s once instead of multiple times to save when...
Josh Nichols
2023-08-20
[rubygems/rubygems] Use value.match? only on Strings, which avoids allocating...
Josh Nichols
2023-08-20
[rubygems/rubygems] Use .to_s once in the beginning to save allocations if it...
Josh Nichols
2023-08-20
[rubygems/rubygems] name is often a symbol, so only to_s once to avoid alloca...
Josh Nichols
2023-08-20
[rubygems/rubygems] String#start_with? is faster than regex with beginning bo...
Josh Nichols
2023-08-20
[rubygems/rubygems] Use ! methods on the array, since it is brand new. The in...
Josh Nichols
2023-08-20
[rubygems/rubygems] Use Array#union to join these, instead of with | multiple...
Josh Nichols
2023-08-20
[rubygems/rubygems] config is a new Hash, and config.values is a new Array. t...
Josh Nichols
2023-08-20
[rubygems/rubygems] ENV.to_h returns a new hash, so we can `select!` it to av...
Josh Nichols
2023-08-18
[rubygems/rubygems] Resolve ruby version file relative to bundle root
Ngan Pham
[prev]
[next]