summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
48 min.[ruby/prism] Fix parser translation when escaped newline with trailing contentHEADmasterKevin Newton
2 hours[ruby/prism] Don't replicate unary method bug in parser translatorEarlopain
9 hours[ruby/rubygems] Do not hard-code permissions for new gem directories during b...Max Felsher
10 hours[ruby/rubygems] Also clear merged specs cache in Source::Rubygems#clear_cacheHiroshi SHIBATA
10 hours[ruby/rubygems] Clear gem specification cache after acquiring process lockNgan Pham
12 hours[ruby/rubygems] Prevent symlink-based escape during gem extractionthesmartshadow
12 hours[ruby/rubygems] Fix a bug that `Gem::YAMLSerializer.load` ignores quotationSutou Kouhei
33 hours[ruby/rubygems] [DOC] Fix the location of #9268Nobuyoshi Nakada
34 hours[ruby/rubygems] Fix typos and grammar issuesJeremy Evans
34 hours[ruby/rubygems] Fix typoJeremy Evans
34 hours[ruby/rubygems] Update Gem::Version documentationJeremy Evans
9 days[ruby/rubygems] Remove pessimistic versioning in gem command outputJeremy Evans
12 days[ruby/rubygems] Close stdin immediately when using popen2eRandy Stauner
12 days[ruby/rubygems] Gracefully handle missing checksums in Compact Indexjneen
12 days[ruby/rubygems] Skip git source exclusion when lockfile cannot backfillYasuo Honda
13 days[ruby/rubygems] Clarify before-fetch/after-fetch hook docstringsHiroshi SHIBATA
13 days[ruby/rubygems] Fire after-fetch and after-git-fetch hooks even on failureHiroshi SHIBATA
13 days[ruby/rubygems] Reorder plugin event definitions chronologicallyHiroshi SHIBATA
13 days[ruby/rubygems] Add plugin hooks around gem fetch and git source fetchMarvin Frick
13 days[ruby/rubygems] Add bundler before/after eval hooks for pluginsCody Cutrer
13 days[ruby/rubygems] Fall back to lockfile version when BUNDLE_VERSION is "lockfile"Hiroshi SHIBATA
13 days[ruby/rubygems] Change Gem::Version#approximate_recommendation to be optimisticJeremy Evans
13 days[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
2026-05-08[ruby/rubygems] Honor metadata overrides in MatchMetadataHiroshi SHIBATA
2026-05-08[ruby/rubygems] Unlock every locked spec when an :all override is presentHiroshi SHIBATA
2026-05-08[ruby/rubygems] Fall back from per-gem lookup to an :all overrideHiroshi SHIBATA
2026-05-08[ruby/rubygems] Allow :all target for metadata-field overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Unlock direct deps too for metadata-field overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Apply per-gem metadata overrides in ResolverHiroshi SHIBATA
2026-05-08[ruby/rubygems] Accept required_ruby_version and required_rubygems_version ov...Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Validate override version requirement at Gemfile evaluation timeHiroshi SHIBATA
2026-05-08[ruby/rubygems] Consolidate Override lookup with Override.find_forHiroshi SHIBATA
2026-05-08[ruby/rubygems] Switch bundle add to use optimistic versioning by defaultJeremy Evans
2026-05-08[ruby/rubygems] Fix bundle config gemfile unset behaviorAndrii Furmanets
2026-05-07[ruby/prism] Use less `visit_token` in the ripper translatorEarlopain