summaryrefslogtreecommitdiff
path: root/spec/bundler/support
AgeCommit message (Expand)Author
2019-08-20Investigation of a sporadic error at Github ActionsNobuyoshi Nakada
2019-08-20Fix some bundler specs (#2380)David Rodríguez
2019-08-18[bundler/bundler] No need to activate the `fileutils` default gemDavid Rodríguez
2019-08-18[bundler/bundler] Remove unnecessary rubygems monkeypatchDavid Rodríguez
2019-08-18[bundler/bundler] Remove a bunch of unneeded rubygems requiresDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `gemspec_dir` helperDavid Rodríguez
2019-08-17[bundler/bundler] Extract yet another helper methodDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `root_gemspec` local variableDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `with_root_gemspec` helperDavid Rodríguez
2019-08-17[bundler/bundler] Remove unneeded `to_s` callsDavid Rodríguez
2019-08-17[bundler/bundler] Consistently use `Path` over `Spec::Path`David Rodríguez
2019-08-17[bundler/bundler] Extract single gem installation logicDavid Rodríguez
2019-08-17[bundler/bundler] Unalias `install_gem`David Rodríguez
2019-08-17[bundler/bundler] Use `join` consistentlyDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `lib_tracked_files` path helperDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `tracked_files` path helperDavid Rodríguez
2019-08-17[bundler/bundler] Reuse `gem_bin` helper inside `gem_command`David Rodríguez
2019-08-17[bundler/bundler] Always use `--backtrace` when invoking `gem` CLIDavid Rodríguez
2019-08-17[bundler/bundler] Extract a `gem_bin` path helperDavid Rodríguez
2019-08-17[bundler/bundler] Remove more dead codeDavid Rodríguez
2019-08-17[bundler/bundler] Remove dead codeDavid Rodríguez
2019-08-17[bundler/bundler] Remove unnecessary rubygems requireDavid Rodríguez
2019-08-17[bundler/bundler] Move `lib` helper together with path helpersDavid Rodríguez
2019-08-17[bundler/bundler] Reuse `lib` methodDavid Rodríguez
2019-08-17[bundler/bundler] Remove duplicated methodDavid Rodríguez
2019-08-16[bundler/bundler] Commit man pages to source controlDavid Rodríguez
2019-08-16[bundler/bundler] Bump rspec dependency to 3.8David Rodríguez
2019-08-16[bundler/bundler] Revert "make system_bundle_bin_path helper and resolve fail...David Rodríguez
2019-08-16[bundler/bundler] Bump rack and sinatra to latest versionsDavid Rodríguez
2019-08-16[bundler/bundler] Normalize style with other artifice filesDavid Rodríguez
2019-08-16[bundler/bundler] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze
2019-08-03[bundler/bundler] The keys for RbConfig::CONFIG was String.Hiroshi SHIBATA
2019-08-03[bundler/bundler] Bump rubocop to 0.74.0David Rodríguez
2019-08-03[bundler/bundler] Bump automatiek to 0.2.0David Rodríguez
2019-08-03[bundler/bundler] Fully remove compatibility guardDavid Rodríguez
2019-08-03[bundler/bundler] Remove development dependencies from gemspecDavid Rodríguez
2019-08-03[bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7David Rodríguez
2019-08-03[bundler/bundler] Remove now unused logicDavid Rodríguez
2019-08-03[bundler/bundler] Better info about spec exclusionsDavid Rodríguez
2019-08-03[bundler/bundler] Remove unnecessary begin-end blockDavid Rodríguez
2019-08-03[bundler/bundler] Fix file:// handling under WindowsDavid Rodríguez
2019-08-03[bundler/bundler] Normalize file:// handling in specsDavid Rodríguez
2019-08-03[bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez
2019-06-09Merge bundler master from upstream.Hiroshi SHIBATA
2019-04-14Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt
2019-02-20Adjust the rubycop rules of Bundler upstream repository.hsbt
2019-02-18Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt
2019-02-18The ruby core applied the difference structure from bundler upstream reposito...hsbt
2019-02-02Fixup r66984. Update the location of bundler gemspec.hsbt
2019-01-04Merge Bundler 2.0.1 from upstream.hsbt