summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix the links to the relevent GitHub PRs for the 1.16 stable changelogcolby/fix-changelog-1-16-linksColby Swandale2017-10-311-3/+3
* Version 1.16.0 with changelogSamuel Giddins2017-10-302-1/+15
* Ensure bundler/psyched_yaml is always loaded before Gem.load_yaml is calledSamuel Giddins2017-10-302-0/+3
* Properly handle unsafe YAML warnings in specs on Ruby 1.8.7Samuel Giddins2017-10-303-1/+11
* [Deprecate] Ensure skip is defined before being accessedSamuel Giddins2017-10-301-2/+3
* [Definition] Ensure @gem_version_promoter is never nilSamuel Giddins2017-10-301-1/+1
* Auto merge of #6133 - bundler:seg-bundler-2-5-default-activation-fix, r=colby...The Bundler Bot2017-10-301-0/+1
* Auto merge of #6131 - bundler:seg-molinillo-0.6.4, r=segiddinsThe Bundler Bot2017-10-303-3/+3
* Auto merge of #6128 - greysteil:prioritise-requested-gems, r=segiddinsThe Bundler Bot2017-10-304-3/+36
* Auto merge of #6119 - bundler:seg-ruby-2-5-digest-gem, r=colby-swandaleThe Bundler Bot2017-10-3010-16/+13
* Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-303-1/+23
* Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-302-7/+11
* Auto merge of #6099 - bundler:colby/docs-ascii, r=segiddinsThe Bundler Bot2017-10-301-1/+1
* Auto merge of #6102 - amatsuda:warnings, r=segiddinsThe Bundler Bot2017-10-301-6/+12
* Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-3014-20/+21
* Auto merge of #6088 - bundler:seg-rubygems-psych-warning, r=olleolleolleThe Bundler Bot2017-10-302-1/+12
* Version 1.16.0.pre.3 with changelogv1.16.0.pre.3Samuel Giddins2017-10-041-1/+1
* Auto merge of #6073 - bundler:colby/gem-env-dir, r=indirectThe Bundler Bot2017-10-041-1/+1
|\
| * source ruby global config dir from Gem::ConfigFile::SYSTEM_WIDE_CONFIG_FILEcolby/gem-env-dirColby Swandale2017-10-041-1/+1
|/
* Version 1.16.0.pre.3 with changelogSamuel Giddins2017-09-182-1/+14
* Auto merge of #6031 - bundler:seg-disable-new-version-warning-by-default, r=i...The Bundler Bot2017-09-182-0/+3
* Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-1811-53/+122
* Auto merge of #6011 - bundler:indirect/expand-env, r=indirectThe Bundler Bot2017-09-182-10/+33
* Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-183-0/+35
* Auto merge of #6015 - olleolleolle:fix/6013-rb_user_install_into_preserve_key...The Bundler Bot2017-09-181-0/+1
* Version 1.16.0.pre.2 with changelogv1.16.0.pre.2Samuel Giddins2017-09-062-1/+9
* Auto merge of #6009 - bundler:seg-molinillo-0-6-3, r=segiddinsThe Bundler Bot2017-09-062-3/+7
* Auto merge of #5972 - wadetandy:master, r=segiddinsThe Bundler Bot2017-09-062-1/+95
* Auto merge of #6003 - greysteil:handle-missing-socket, r=segiddinsThe Bundler Bot2017-09-062-0/+7
* Version 1.16.0.pre.1 with changelogv1.16.0.pre.1Samuel Giddins2017-09-042-1/+44
* Auto merge of #5983 - asehra:master, r=segiddinsThe Bundler Bot2017-08-311-0/+5
|\
| * Add documentation for packaging with `--no-install`Ashish Sehra2017-08-301-0/+5
* | Auto merge of #5978 - torcido:master, r=segiddinsThe Bundler Bot2017-08-303-7/+49
|\ \ | |/ |/|
| * 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
| * Move the path_separator logic into the appropriate RubygemsIntegration classesMichael Pitman2017-08-302-1/+9
| * 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
| * Ensure that we use the appropriate path separator in the error message when d...Michael Pitman2017-08-291-2/+2
| * Support ruby version 1.8.7 and rubygems earlier than version 2.0.0Michael Pitman2017-08-292-4/+9
| * 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-282-6/+6
* | Auto merge of #5979 - bundler:seg-pretty-bundle-help, r=indirectThe Bundler Bot2017-08-293-19/+55
|\ \
| * | Add a spec for no-args bundle on 2.0Samuel Giddins2017-08-292-2/+16
| * | Fix outdated bundler suggestion logicSamuel Giddins2017-08-292-4/+4
| * | [CLI] Prettify the output in cli_helpSamuel Giddins2017-08-292-15/+37
|/ /