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
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
14 hours
[rubygems/rubygems] Reduce array allocations when loading definition
Samuel Giddins
16 hours
[rubygems/rubygems] Many major_deprecations supply :removed_message
Eric Mueller
16 hours
[rubygems/rubygems] major_deprecation accepts :removed_message
Eric Mueller
2 days
[rubygems/rubygems] Allow auto-install to install missing git gems
Samuel Giddins
3 days
[rubygems/rubygems] Avoid re-compiling static regexp in a loop
Samuel Giddins
3 days
[rubygems/rubygems] update Magnus library in Rust extension gem template
Michael Go
5 days
Opaque Etags for compact index requests
Josef Šimánek
5 days
[rubygems/rubygems] Don't remember `--jobs` flag
David Rodríguez
5 days
[rubygems/rubygems] Fix advice in `bundle install --system` deprecation
David Rodríguez
5 days
[rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...
David Rodríguez
5 days
[rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...
David Rodríguez
5 days
[rubygems/rubygems] Simplify remembered flags deprecation message
David Rodríguez
5 days
[rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....
Olle Jonsson
5 days
[rubygems/rubygems] Reduce allocations when installing gems with bundler
Samuel Giddins
9 days
[rubygems/rubygems] Don't require 'json' unless it's actually needed
Eric Mueller
9 days
[rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...
Eric Mueller
9 days
[rubygems/rubygems] Factor group-filtering to a private method to reduce repe...
Eric Mueller
10 days
[rubygems/rubygems] Fix universal lockfiles regression
David Rodriguez
11 days
[rubygems/rubygems] Fix invalid platform removal missing adjacent platforms
Bo Anderson
2023-11-16
Always revert or skip extended require of RubyGems.
Hiroshi SHIBATA
2023-11-15
[rubygems/rubygems] User bundler UA when downloading gems
Samuel Giddins
2023-11-13
[rubygems/rubygems] Make sure to `require "rubygems"` explicitly
Nobuyoshi Nakada
2023-11-13
[rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSL
David Rodríguez
2023-11-13
[rubygems/rubygems] Remove now unnecessary dup
David Rodríguez
2023-11-13
[rubygems/rubygems] Add a note about `required_rubygems_version` in Bundler
David Rodríguez
2023-11-13
[rubygems/rubygems] Let RuboCop target Ruby 3.0
David Rodríguez
2023-11-13
[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in Bundler
David Rodríguez
2023-11-13
[rubygems/rubygems] Automatically lock extra ruby platforms
David Rodríguez
2023-11-13
[rubygems/rubygems] Extract builder to create a `LazySpecification` from full...
David Rodríguez
2023-11-13
[rubygems/rubygems] Extract a new small platform helper
David Rodríguez
2023-11-13
[rubygems/rubygems] Remove unused `SpecSet#merge`
David Rodríguez
2023-11-13
[rubygems/rubygems] Pass source to `LazySpecification` initializer
David Rodríguez
2023-11-13
[rubygems/rubygems] Allow setting metadata on LazySpecification
David Rodríguez
2023-11-13
[rubygems/rubygems] Set LazySpecification dependencies directly
David Rodríguez
2023-11-08
[rubygems/rubygems] Ensure we are using the same extension dir
Han Young
2023-11-08
[rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documented
David Rodríguez
2023-11-08
[rubygems/rubygems] Simplify selecting specs with `force_ruby_platform` set
David Rodríguez
2023-11-08
[rubygems/rubygems] Better error when having an insecure install folder
David Rodríguez
2023-11-08
[rubygems/rubygems] Remove redundant error class
David Rodríguez
2023-11-08
[rubygems/rubygems] Fix regression on old git versions
David Rodríguez
2023-11-08
[rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...
David Rodríguez
2023-11-01
[rubygems/rubygems] avoid dependency on set
Cody Cutrer
2023-11-01
[rubygems/rubygems] Add Bundler::Plugin.loaded? helper
Cody Cutrer
2023-10-31
[rubygems/rubygems] Only remove bundler plugin gem when it's inside the cache
Cody Cutrer
2023-10-25
[rubygems/rubygems] Set file path when eval-ing local specification in Endpoi...
Samuel Giddins
2023-10-25
[rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...
Hiroshi SHIBATA
2023-10-24
[rubygems/rubygems] Handle empty array
Hiroshi SHIBATA
2023-10-23
[rubygems/rubygems] Disabled Style/HashSyntax for keyword arguments
Hiroshi SHIBATA
2023-10-23
[rubygems/rubygems] Restore using old way of passing Ruby version to resolver
David Rodríguez
2023-10-23
[rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...
Martin Emde
[next]