summaryrefslogtreecommitdiff
path: root/spec/commands/pristine_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-0/+2
* Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-031-1/+1
* Ignore local overrides for bundle pristinefatkodima2019-11-061-1/+14
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-171-2/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-1/+1
* Move on to bundler 3David Rodríguez2019-04-111-1/+8
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-5/+5
* Properly restrict rubygems version for failing specsDavid Rodríguez2019-02-101-1/+1
* Merge #6743Bundlerbot2018-11-161-1/+1
|\
| * Backport from ruby coreSHIBATA Hiroshi2018-11-011-1/+1
| * Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-201-2/+2
* | Remove unnecessary stuff from specsDavid Rodríguez2018-10-261-3/+1
|/
* Correctly re-install extensions when running `pristine` for a git sourcePeter Wagenet2018-02-221-0/+19
* Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-211-1/+3
* Fix the pristine spec so it still can access the default gemSamuel Giddins2017-12-211-0/+1
* Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-181-0/+19
|\
| * Use Bundler::Installer for bundle pristineNick LaMuro2017-08-141-0/+19
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
|/
* Auto merge of #5790 - bundler:seg-suppress-using-messages, r=indirectThe Bundler Bot2017-07-051-6/+3
|\
| * Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-031-6/+3
* | Vendor fileutils since it is now a gemSamuel Giddins2017-06-281-1/+1
|/
* [Pristine] Raise when trying to pristine a missing gemseg-pristine-specific-gemsSamuel Giddins2017-06-141-3/+8
* [Pristine] Allow passing a list of gems to pristineSamuel Giddins2017-06-141-0/+31
* [Pristine] Ensure git gems have added files removedSamuel Giddins2017-06-141-3/+14
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | Unify the notation of RubyGemsKoichi ITO2017-05-041-1/+1
|/
* [Pristine] Skip the bundler gemseg-pristine-skip-bundlerSamuel Giddins2017-04-121-2/+8
* Fix rubocop errorsDennis Suratna2017-04-111-3/+3
* Handle and test gemspec. Add platform to messageDennis Suratna2017-04-111-5/+37
* Refactor specs and pristineDennis Suratna2017-04-111-8/+11
* Expand test and refactor to re-install using sourceDennis Suratna2017-04-111-17/+15
* Add more specs and handle git sourceDennis Suratna2017-04-111-18/+31
* Initial pristine specsDennis Suratna2017-04-111-0/+50