summaryrefslogtreecommitdiff
path: root/spec/bundler
AgeCommit message (Expand)Author
2019-08-03[bundler/bundler] Tweak some quality specs to check more filesDavid Rodríguez
2019-08-03[bundler/bundler] Refactor setting the encoding in quality specsDavid Rodríguez
2019-08-03[bundler/bundler] This seems to pass for meDavid Rodríguez
2019-08-03[bundler/bundler] Remove now meaningless warningDavid Rodríguez
2019-08-03[bundler/bundler] Add all platforms to lockfile by defaultDavid Rodríguez
2019-08-03[bundler/bundler] Refactor some specsDavid Rodríguez
2019-08-03[bundler/bundler] Make some specs more explicitDavid Rodríguez
2019-08-03[bundler/bundler] Remove unnecessary begin-end blockDavid Rodríguez
2019-08-03[bundler/bundler] Fix typosDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez
2019-08-03[bundler/bundler] Remove unused filterDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `gemfile` spec helperDavid Rodríguez
2019-08-03[bundler/bundler] More specific assertionDavid Rodríguez
2019-08-03[bundler/bundler] Remove redundant assertionDavid Rodríguez
2019-08-03[bundler/bundler] Make spec easier to debugDavid Rodríguez
2019-08-03[bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins
2019-08-03[bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins
2019-08-03[bundler/bundler] Add missing mockDavid Rodríguez
2019-08-03[bundler/bundler] Improve spec to be more realisticDavid Rodríguez
2019-08-03[bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez
2019-08-03[bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez
2019-08-03[bundler/bundler] Fix local variable nameDavid Rodríguez
2019-08-03[bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez
2019-08-03[bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez
2019-08-03[bundler/bundler] Fix a typo on a spec commentDavid Rodríguez
2019-08-03[bundler/bundler] bundler/inline should always install gems to system pathrobuye
2019-08-03[bundler/bundler] Use real paths for `bundle clean`David Rodríguez
2019-08-03[bundler/bundler] Fix thread leak in compact index specsDavid Rodríguez
2019-08-03[bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas
2019-08-03[bundler/bundler] Factor out gemspec call inside `let`David Rodríguez
2019-08-03[bundler/bundler] Remove duplicated `let`'sDavid Rodríguez
2019-08-03[bundler/bundler] Fix `rake release` not prompting for OTP codeDavid 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-08-03[bundler/bundler] Move "on releasing" to a RSpec contextDavid Rodríguez
2019-08-03[bundler/bundler] Skip specs that need coloring on WindowsDavid Rodríguez
2019-08-03[bundler/bundler] Add missing no-color source specsDavid Rodríguez
2019-08-03[bundler/bundler] Be explicit about coloring in specs that need thatDavid Rodríguez
2019-08-03[bundler/bundler] Respect color option when instantiating shellsDavid Rodríguez
2019-08-03[bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA
2019-06-11Fixed the code-style with the upstream rule.Hiroshi SHIBATA
2019-06-09Fixed wrong BUNDLE_BIN_PATH for ruby core.Hiroshi SHIBATA
2019-06-09Added the condition for ruby_core repository.Hiroshi SHIBATA
2019-06-09Merge bundler master from upstream.Hiroshi SHIBATA
2019-06-05spec/bundler/bundler/dsl_spec.rb: fix exception to raiseNobuyoshi Nakada
2019-04-14Enabled to some bundler examples again.hsbt
2019-04-14Skip to failing examples on ruby core repository.hsbt
2019-04-14Added rspec dependency for bundler examples.hsbt
2019-04-14Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt