summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* typo fixskip-remove-auth-with-file-protocolSHIBATA Hiroshi2018-06-151-1/+1
* Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-152-3/+11
* Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-151-2/+3
* fix to stop writing to stderr if closedHrvoje Šimić2018-03-161-4/+8
* Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-102-2/+2
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-012-2/+2
* Don't GPG-sign test setup commitsAlyssa Ross2018-02-231-0/+1
* Add mingw32 platform_specific gems for the specsSamuel Giddins2018-02-031-0/+8
* Allow simulating particular flavors of windows in the specsSamuel Giddins2018-02-031-2/+2
* Make `bundle clean` clean extension directoriesArtyom Khramov2018-01-101-0/+1
* Merge tag 'v1.16.1'Samuel Giddins2017-12-272-1/+7
|\
| * Fix the pristine spec so it still can access the default gemSamuel Giddins2017-12-211-1/+1
| * Unregister the bundler default spec in the testsSamuel Giddins2017-12-211-0/+6
| * Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-12-112-0/+7
| * Auto merge of #6186 - greysteil:treat-release-preference-as-constraint, r=ind...The Bundler Bot2017-12-111-0/+15
| * Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-12-113-8/+20
| * Rename `-rubygerms` option. It only needs with Ruby 1.8 and Ruby 2.5 will rem...SHIBATA Hiroshi2017-12-111-1/+1
| * Fixed broken examples on Travis CI.SHIBATA Hiroshi2017-12-092-2/+3
| * Auto merge of #6128 - greysteil:prioritise-requested-gems, r=segiddinsThe Bundler Bot2017-10-301-0/+24
| * Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-301-1/+1
| * Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-181-0/+26
| * Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-181-0/+8
* | Re-order gem dependency for Ruby 1.8 build matrix.fix-ruby18-testSHIBATA Hiroshi2017-12-241-1/+2
* | Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-11-302-0/+7
|\ \
| * | finally working test for the inline double-checkindirect/fix-6072Andre Arko2017-11-282-0/+7
* | | Resolver: treat dependencies with prerelease versions as slightly constrainedGrey Baker2017-11-271-0/+15
|/ /
* | Prioritise explicitly requested gems in dependency resolution sort orderGrey Baker2017-10-271-0/+24
* | Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-1/+1
* | Auto merge of #6080 - hsbt:use-rubygems, r=olleolleolleThe Bundler Bot2017-10-141-1/+1
|\ \
| * | Rename `-rubygerms` option. It only needs with Ruby 1.8 and Ruby 2.5 will rem...SHIBATA Hiroshi2017-10-061-1/+1
* | | Load Digest::SHA2 using Digest()colby/flaky-testColby Swandale2017-10-141-1/+1
|/ /
* | Add a way to assert that Artifice only gets certain requestsSamuel Giddins2017-09-131-0/+26
* | Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-101-0/+8
|\ \
| * | Check all dependency requirements when determining if user wants pre-releaseGrey Baker2017-09-101-0/+4
| * | Add spec that pre-release versions aren't selected when not in the GemfileGrey Baker2017-09-091-0/+4
| |/
* | Remove `File.expand_path` when it given Pathname objectSHIBATA Hiroshi2017-09-072-6/+6
* | Removed Spec::Path, Because it's included on rspec contexts of bundlerSHIBATA Hiroshi2017-09-071-6/+6
* | Use Pathname#join instead of string interpolationSHIBATA Hiroshi2017-09-072-5/+5
* | Removed needless loadedSHIBATA Hiroshi2017-09-071-2/+0
* | Rename spec to spec_dir, bin to bindir on Spec::PathSHIBATA Hiroshi2017-09-072-8/+8
* | Use Pathname#join instead of string interpolationSHIBATA Hiroshi2017-09-071-4/+4
* | Added space before require sectionSHIBATA Hiroshi2017-09-061-0/+1
* | To use helper methods for relative path references.SHIBATA Hiroshi2017-09-063-8/+21
|/
* Pretty-print commad invocationsSamuel Giddins2017-08-281-1/+12
* Stop installing bundler 1.12 for the specsSamuel Giddins2017-08-251-1/+0
* Auto merge of #5720 - bundler:seg-compatibility-guard, r=indirectThe Bundler Bot2017-08-192-0/+21
|\
| * Allow ignoring the compatibilty guard in specsSamuel Giddins2017-08-171-0/+8
| * Allow simulating different RubyGems versions in the specsSamuel Giddins2017-08-172-0/+13
* | Move cached extensions to cache/extensionsseg-globally-cache-built-extensionsSamuel Giddins2017-08-191-4/+4
* | Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-181-1/+8
|\ \ | |/ |/|