summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-05-07[ruby/rubygems] Use Pathname#absolute?Nobuyoshi Nakada
2026-05-07[ruby/rubygems] Mark transitive-only overrides as changed against the lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Document the override DSL in gemfile.5.ronnHiroshi SHIBATA
2026-05-07[ruby/rubygems] Mark overridden gems as changed against the existing lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Apply override at Definition level for direct dependenciesHiroshi SHIBATA
2026-05-07[ruby/rubygems] Apply override version operations in ResolverHiroshi SHIBATA
2026-05-07[ruby/rubygems] Reject duplicate target+field in override DSLHiroshi SHIBATA
2026-05-07[ruby/rubygems] Validate override target, field, and operation typesHiroshi SHIBATA
2026-05-07[ruby/rubygems] Reject `override :all, version:` in Bundler::DslHiroshi SHIBATA
2026-05-07[ruby/rubygems] Preserve != exclusions in Override :ignore_upperHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add `override` DSL method to Bundler::DslHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add overrides attribute to Bundler::DefinitionHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add Bundler::Override value objectHiroshi SHIBATA
2026-05-07[ruby/rubygems] Fix RuboCop Layout/MultilineOperationIndentation offenseYuta Kurotaki
2026-05-07[ruby/rubygems] Deprecate parsing non-lockfile content in LockfileParserYuta Kurotaki
2026-05-07[ruby/rubygems] Remove cygwin from WIN_PATTERNSDaisuke Fujimura (fd0)
2026-05-04[ruby/prism] Optimize ripper `visit_token`Earlopain
2026-05-04[ruby/prism] Freeze the parse result for the ripper translatorEarlopain
2026-05-04[ruby/prism] Optimize ripper boundsEarlopain
2026-05-01[ruby/rubygems] Bump rb_sys to >= 0.9.127Hiroshi SHIBATA
2026-04-30[ruby/prism] Fix UTF-8 code units to match the number of bytesVinicius Stock
2026-04-30[ruby/rubygems] Skip bundler self-checksum for unreleased bundlersHiroshi SHIBATA
2026-04-27[ruby/prism] Fix missing Ripper doc caused by shim with `:nodoc:`Masafumi Koba
2026-04-24[ruby/ipaddr] Bump the version to 1.2.9Taketo Takashima
2026-04-24[ruby/ipaddr] Fix IPAddr#== returning true when compared with nil for 0.0.0.0...Taketo Takashima
2026-04-24[ruby/prism] Implement `on_label_end` for ripperEarlopain
2026-04-24[ruby/rubygems] Update gem creation guide URL to rubygems.orgy-onishi
2026-04-24[ruby/rubygems] Point recovery instructions at bundle pristine under BundlerHiroshi SHIBATA
2026-04-24[ruby/rubygems] Honor --no-build-extension for git-sourced gemsHiroshi SHIBATA
2026-04-24[ruby/rubygems] Remove stale plugin wrappers even when --no-install-plugin is...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Document no_build_extension and no_install_plugin settings in...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Skip load_plugin when --no-install-plugin is specifiedHiroshi SHIBATA
2026-04-24[ruby/rubygems] Add warnings with recovery instructions when skipping extensi...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Support no_build_extension and no_install_plugin settings in ...Hiroshi SHIBATA
2026-04-24[ruby/rubygems] Check plugin file existence before loading in load_pluginHiroshi SHIBATA
2026-04-24[ruby/rubygems] Add --[no-]build-extension and --[no-]install-plugin options ...Hiroshi SHIBATA
2026-04-23[ruby/ipaddr] Fix private?, link_local? and loopback? methods to avoid mistak...Adrien Rey-Jarthon
2026-04-23[ruby/prism] Fix incompatibilities for `on_word_sep` in ripperEarlopain
2026-04-21[ruby/erb] Version 6.0.4Takashi Kokubun
2026-04-21[ruby/erb] Prohibit def_method on marshal-loaded ERB instancesTakashi Kokubun
2026-04-17[ruby/rubygems] Fix installing gems with native extensions + transitive depen...Nick Dower
2026-04-16Sync `syntax_suggest`Earlopain
2026-04-16[ruby/rubygems] Add commented-out rubygems_mfa_required to bundle gem templateMatheus Richard
2026-04-15[ruby/erb] Version 6.0.3Takashi Kokubun
2026-04-15[ruby/rubygems] Remove extra guard conditions to preserve existing behaviorHiroshi SHIBATA
2026-04-15[ruby/rubygems] Print a warning for a potential confusion from the indirect d...Jun Aruga
2026-04-14[ruby/prism] Implement bracket/braces events for ripperEarlopain
2026-04-14[ruby/rubygems] Update spec_set to use lookupHarriet Oughton
2026-04-11[ruby/rubygems] Clarify the name and meaning of the first argumentBenoit Daloze
2026-04-10[ruby/rubygems] Update man pages dateEdouard CHIN