summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-214-10/+14
* Try to get specs passing on old RubyGemsSamuel Giddins2017-12-217-35/+49
* Remove the bundler default spec consistently across ruby versionsSamuel Giddins2017-12-211-2/+9
* Fix the pristine spec so it still can access the default gemSamuel Giddins2017-12-212-1/+2
* Unregister the bundler default spec in the testsSamuel Giddins2017-12-212-14/+14
* Auto merge of #6200 - voxik:relax-directory-restrictions, r=segiddinsThe Bundler Bot2017-12-121-1/+1
* Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-12-121-34/+32
* Auto merge of #6194 - voxik:fix-version-replacement-in-lockfile, r=segiddinsThe Bundler Bot2017-12-121-1/+1
* Auto merge of #6207 - bundler:colby/init-gemfile-path-child, r=segiddinsThe Bundler Bot2017-12-121-27/+39
* rubocop -aSHIBATA Hiroshi2017-12-111-33/+35
* skip old versions for rack dependency problem.SHIBATA Hiroshi2017-12-111-1/+1
* Auto merge of #6202 - hsbt:warning-bundler-binstub, r=hsbtThe Bundler Bot2017-12-111-0/+19
* Auto merge of #6201 - jetthoughts:binstub-use-gemfile-from-env, r=indirectThe Bundler Bot2017-12-111-0/+29
* Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-12-114-4/+47
* Auto merge of #6186 - greysteil:treat-release-preference-as-constraint, r=ind...The Bundler Bot2017-12-112-0/+22
* Auto merge of #6157 - mattbrictson:fix-nomethoderror-bundle-update-group, r=i...The Bundler Bot2017-12-111-0/+17
* Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-12-118-19/+28
* Auto merge of #6203 - hsbt:fixed-uri-changes-ruby25, r=hsbtThe Bundler Bot2017-12-1110-116/+116
|\
| * Fixed failing examples for Bundler 2 APISHIBATA Hiroshi2017-12-112-3/+3
| * Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-1110-113/+113
* | 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-094-6/+18
* Properly handle unsafe YAML warnings in specs on Ruby 1.8.7Samuel Giddins2017-10-302-1/+4
* Auto merge of #6128 - greysteil:prioritise-requested-gems, r=segiddinsThe Bundler Bot2017-10-302-0/+31
* Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-301-0/+20
* Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-301-2/+6
* Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-306-8/+9
* Auto merge of #6031 - bundler:seg-disable-new-version-warning-by-default, r=i...The Bundler Bot2017-09-181-0/+2
* Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-183-4/+45
* Auto merge of #6011 - bundler:indirect/expand-env, r=indirectThe Bundler Bot2017-09-181-1/+1
* Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-182-0/+24
* Auto merge of #5972 - wadetandy:master, r=segiddinsThe Bundler Bot2017-09-061-0/+90
* Auto merge of #6003 - greysteil:handle-missing-socket, r=segiddinsThe Bundler Bot2017-09-061-0/+6
* Auto merge of #5978 - torcido:master, r=segiddinsThe Bundler Bot2017-08-301-4/+37
|\
| * Stub the new rubygems integration method, rather than the underlying Gem meth...Michael Pitman2017-08-301-2/+2
| * Fix inappropriate use of single quotesMichael Pitman2017-08-301-1/+1
| * Improved the way the string was interpreted as a Regex by using the regex con...Michael Pitman2017-08-301-5/+1
| * Change let block in spec from curly braces to a do/end block to conform with ...Michael Pitman2017-08-301-2/+2
| * Change the literal regex to an eval expression in order to enable loading of ...Michael Pitman2017-08-301-2/+7
| * Use a ruby declaration, rather than relying on RUBY_VERSION to run the specs ...Michael Pitman2017-08-301-27/+25
| * Fix spec to obey style rulesMichael Pitman2017-08-291-1/+0
| * Exclude the specs that require ruby 1.9 regexes from spec runs under ruby 1.8Michael Pitman2017-08-291-26/+28
| * Support ruby version 1.8.7 and rubygems earlier than version 2.0.0Michael Pitman2017-08-291-3/+7
| * Add more specs to cover the particular issue discovered when running under jrubyMichael Pitman2017-08-281-1/+30
| * Use Gem.path_separator instead of File::PATH_SEPARATOR to detect an invalid b...Michael Pitman2017-08-281-3/+3
* | Add a spec for no-args bundle on 2.0Samuel Giddins2017-08-291-0/+12
* | Fix outdated bundler suggestion logicSamuel Giddins2017-08-291-2/+2
* | [CLI] Prettify the output in cli_helpSamuel Giddins2017-08-291-1/+1
* | Ensure the rackup binstub is present on 2.0 when it should beseg-auto-cleanSamuel Giddins2017-08-281-0/+1
* | Pretty-print commad invocationsSamuel Giddins2017-08-281-1/+12