summaryrefslogtreecommitdiff
path: root/spec/bundler/install
AgeCommit message (Expand)Author
7 hours[ruby/rubygems] Clear gem specification cache after acquiring process lockNgan Pham
12 days[ruby/rubygems] Skip git source exclusion when lockfile cannot backfillYasuo Honda
2026-05-08[ruby/rubygems] Stop blanket-unlocking the lockfile on :all overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Show active overrides when resolution failsHiroshi SHIBATA
2026-05-08[ruby/rubygems] Cover install-time compatibility for metadata overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Cover :all target metadata-field override end-to-endHiroshi SHIBATA
2026-05-08[ruby/rubygems] Cover required_ruby_version and required_rubygems_version ove...Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Assert that override directives never leak into the lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Mark transitive-only overrides as changed against the lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add version: nil integration coverageHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add :ignore_upper integration coverageHiroshi SHIBATA
2026-05-07[ruby/rubygems] Cover prerelease pin via overrideHiroshi SHIBATA
2026-05-07[ruby/rubygems] Mark overridden gems as changed against the existing lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Apply override version operations in ResolverHiroshi SHIBATA
2026-04-24[ruby/rubygems] Point recovery instructions at bundle pristine under BundlerHiroshi SHIBATA
2026-04-24[ruby/rubygems] Cover stale plugin wrapper removal in no_install_plugin specHiroshi SHIBATA
2026-04-24[ruby/rubygems] Add Bundler spec for no_install_plugin settingHiroshi SHIBATA
2026-04-24[ruby/rubygems] Support no_build_extension and no_install_plugin settings in ...Hiroshi SHIBATA
2026-04-08[ruby/rubygems] Fix typo in test description: 'to' -> 'do'copilot-swe-agent[bot]
2026-04-08[ruby/rubygems] Fix lockfile DEPENDENCIES section to use 'rubocop' instead of...copilot-swe-agent[bot]
2026-04-08[ruby/rubygems] Fix inconsistent indentation at line 481 in git_spec.rbcopilot-swe-agent[bot]
2026-04-02[ruby/rubygems] Fix incompatible function pointer type error with Xcode 26.5 ...Hiroshi SHIBATA
2026-04-01[ruby/rubygems] Improve error message when current platform is not in lockfileKenta Ishizaki
2026-03-27[ruby/rubygems] Revert global_cache_spec to subprocess for cross-directory co...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Rename config/global_config helpers to bundle_config/bundle_c...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace remaining `bundle "config set"` subprocess calls with...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace remaining inline `bundle "config set KEY VALUE"` with...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set --global KEY VALUE"` subprocess w...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set --local KEY VALUE"` subprocess wi...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Replace `bundle "config set KEY VALUE"` subprocess with in-pr...Hiroshi SHIBATA
2026-03-27[ruby/rubygems] Use `bundle config set` instead of deprecated `bundle config`...Hiroshi SHIBATA
2026-03-25[ruby/rubygems] Show only mismatched dependencies in lockfile error messageHiroshi SHIBATA
2026-03-25[ruby/rubygems] Include detailed gemspec vs. lockfile dependency discrepanciesHiroshi SHIBATA
2026-03-25[ruby/rubygems] Bundler: ignore patchlevel kwarg in ruby DSLTakuya Noguchi
2026-03-23Revert "[ruby/rubygems] Move bundler/spec to top-level spec/ directory"Hiroshi SHIBATA
2026-03-23[ruby/rubygems] Move bundler/spec to top-level spec/ directoryHiroshi SHIBATA
2026-03-18[ruby/rubygems] Refactor rspec gem command to use new helper methods for unin...Colby Swandale
2026-03-10[ruby/rubygems] Use bundle config set and unset XDG_CACHE_HOMEHiroshi SHIBATA
2026-02-18Skip failing example in spec/bundler/install/global_cache_spec.rb when runnin...Hiroshi SHIBATA
2026-02-13[ruby/rubygems] bin/rubocop -a --only Style/HashSyntaxHiroshi SHIBATA
2026-02-13[ruby/rubygems] fix(bundler): only preload git sources for requested groupsAbdelkader Boudih
2026-02-12[ruby/rubygems] Fix global_cache_spec to work with system RubyGemsAnthony Panozzo
2026-02-12[ruby/rubygems] Update global cache test to use XDG cache pathAnthony Panozzo
2026-02-04[ruby/rubygems] Add test case for git sources with transitive dependenciescopilot-swe-agent[bot]
2026-02-04[ruby/rubygems] Added failing exampleHiroshi SHIBATA
2026-01-28[ruby/rubygems] Only use parent source with Git and Path sourcesHiroshi SHIBATA
2026-01-07[ruby/rubygems] Fix dependency source bug in bundlereileencodes
2025-12-23Merge RubyGems 4.0.3 and Bundler 4.0.3Hiroshi SHIBATA
2025-11-20[ruby/rubygems] Add support for BUNDLE_LOCKFILE environment variableJeremy Evans
2025-11-20[ruby/rubygems] Improve error messages and handling in testseileencodes