summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
45 hours[ruby/rubygems] Raise nesting-depth SyntaxError compatibly with real PsychHiroshi SHIBATA
45 hours[ruby/rubygems] Allow unused anchors when aliases are disabled in YAMLSerializerHiroshi SHIBATA
45 hours[ruby/rubygems] Raise on unknown alias in YAMLSerializerHiroshi SHIBATA
45 hours[ruby/rubygems] Cap inline-array nesting in YAMLSerializer#coerceHiroshi SHIBATA
45 hours[ruby/rubygems] Validate Gem::Dependency type symbol before interningHiroshi SHIBATA
45 hours[ruby/rubygems] Reject plain "tag" key when deciding Gem::Specification in YA...Hiroshi SHIBATA
2 days[ruby/rubygems] Drop the rubygems-specific lockfile tokenizer and parser sourcesHiroshi SHIBATA
2 days[ruby/rubygems] Use Bundler::LockfileParser inside Gem::RequestSet#load_gemdepsHiroshi SHIBATA
2 days[ruby/rubygems] Allow Bundler::LockfileParser to accept an explicit lockfile_...Hiroshi SHIBATA
2 days[ruby/rubygems] Bump rb_sys to >= 0.9.128Hiroshi SHIBATA
2 days[ruby/rubygems] Fall back to copy when File.symlink raises TypeError on WindowsHiroshi SHIBATA
3 days[ruby/rubygems] Remove version constraints on dev dependenciesAidan Coyle
4 days[ruby/prism] Fix parser translation when escaped newline with trailing contentKevin Newton
4 days[ruby/prism] Don't replicate unary method bug in parser translatorEarlopain
4 days[ruby/rubygems] Do not hard-code permissions for new gem directories during b...Max Felsher
4 days[ruby/rubygems] Also clear merged specs cache in Source::Rubygems#clear_cacheHiroshi SHIBATA
4 days[ruby/rubygems] Clear gem specification cache after acquiring process lockNgan Pham
4 days[ruby/rubygems] Prevent symlink-based escape during gem extractionthesmartshadow
4 days[ruby/rubygems] Fix a bug that `Gem::YAMLSerializer.load` ignores quotationSutou Kouhei
5 days[ruby/rubygems] [DOC] Fix the location of #9268Nobuyoshi Nakada
5 days[ruby/rubygems] Fix typos and grammar issuesJeremy Evans
5 days[ruby/rubygems] Fix typoJeremy Evans
5 days[ruby/rubygems] Update Gem::Version documentationJeremy Evans
12 days[ruby/rubygems] Remove pessimistic versioning in gem command outputJeremy Evans
2026-05-14[ruby/rubygems] Close stdin immediately when using popen2eRandy Stauner
2026-05-14[ruby/rubygems] Gracefully handle missing checksums in Compact Indexjneen
2026-05-14[ruby/rubygems] Skip git source exclusion when lockfile cannot backfillYasuo Honda
2026-05-14[ruby/rubygems] Clarify before-fetch/after-fetch hook docstringsHiroshi SHIBATA
2026-05-14[ruby/rubygems] Fire after-fetch and after-git-fetch hooks even on failureHiroshi SHIBATA
2026-05-14[ruby/rubygems] Reorder plugin event definitions chronologicallyHiroshi SHIBATA
2026-05-14[ruby/rubygems] Add plugin hooks around gem fetch and git source fetchMarvin Frick
2026-05-14[ruby/rubygems] Add bundler before/after eval hooks for pluginsCody Cutrer
2026-05-14[ruby/rubygems] Fall back to lockfile version when BUNDLE_VERSION is "lockfile"Hiroshi SHIBATA
2026-05-14[ruby/rubygems] Change Gem::Version#approximate_recommendation to be optimisticJeremy Evans
2026-05-14[ruby/rubygems] Read BUNDLE_VERSION env var in BundlerVersionFinderHiroshi SHIBATA
2026-05-11[ruby/rubygems] Use optimistic version constraints in bundle gem outputJeremy Evans
2026-05-08[ruby/prism] Take the strings encoding as the initial encoding in the ripper ...Earlopain
2026-05-08[ruby/rubygems] Return exit status 1 only when the config value is nilShinichi Maeshima
2026-05-08[ruby/rubygems] Simplify the codeShinichi Maeshima
2026-05-08[ruby/rubygems] Make `bundle config get` return status 1 when the value is no...Shinichi Maeshima
2026-05-08[ruby/rubygems] Honor LazySpec overrides in SpecSet#complete_platformHiroshi SHIBATA
2026-05-08[ruby/rubygems] Move overrides off SpecSet onto LazySpecificationHiroshi SHIBATA
2026-05-08[ruby/rubygems] Avoid forcing a remote gemspec load when seeding LazySpec ove...Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Preserve overrides when SpecSet self-derives a validation setHiroshi SHIBATA
2026-05-08[ruby/rubygems] Propagate overrides into Definition#resolve lockfile-reuse pathsHiroshi SHIBATA
2026-05-08[ruby/rubygems] Stop blanket-unlocking the lockfile on :all overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Thread overrides explicitly instead of through a Bundler globalHiroshi SHIBATA
2026-05-08[ruby/rubygems] Document Phase 2 override DSL extensions in gemfile.5Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Show active overrides when resolution failsHiroshi SHIBATA
2026-05-08[ruby/rubygems] Capture Gemfile source location for each overrideHiroshi SHIBATA