summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Just dont cache extensions on super old RG versionsSamuel Giddins2017-08-192-2/+7
* Globally cache built extensions for RG & Git sourcesSamuel Giddins2017-08-195-2/+41
* Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-181-2/+6
|\
| * Use Bundler::Installer for bundle pristineNick LaMuro2017-08-141-2/+6
* | Update specs for thor handling file clashesSamuel Giddins2017-08-161-3/+4
* | Remove hack for help accepting --no-colorSamuel Giddins2017-08-161-3/+0
* | Update Thor to 0.20.0Rafael Mendonça França2017-08-1618-59/+175
* | Auto merge of #5880 - stan3:ssl_cert_from_gem_config, r=indirectThe Bundler Bot2017-08-161-6/+12
|\ \
| * | Use ssl client cert and ca cert settings from gem configuration as fallbacksTristan Hill2017-07-241-6/+12
* | | Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirectThe Bundler Bot2017-08-151-1/+10
|\ \ \
| * | | [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweakSamuel Giddins2017-08-011-1/+10
* | | | Auto merge of #5904 - bundler:seg-explicit-update-warning, r=indirectThe Bundler Bot2017-08-141-0/+15
|\ \ \ \
| * | | | [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warningSamuel Giddins2017-07-271-0/+15
* | | | | Auto merge of #5927 - ajwann:warn-if-path-contains-colon, r=segiddinsThe Bundler Bot2017-08-131-0/+12
|\ \ \ \ \
| * | | | | use include? instead of matchAdam Wanninger2017-08-131-1/+1
| * | | | | raise PathError instead of BundlerErrorAdam Wanninger2017-08-091-2/+2
| * | | | | raise BundlerError and expand error messsageAdam Wanninger2017-08-071-4/+7
| * | | | | fix rubocop failuresAdam Wanninger2017-08-071-5/+5
| * | | | | exit if bundle bin path contains a path separatorAdam Wanninger2017-08-071-0/+9
| |/ / / /
* | | | | Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddinsThe Bundler Bot2017-08-126-11/+58
|\ \ \ \ \
| * | | | | Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-026-11/+58
| |/ / / /
* | | | | Auto merge of #5912 - koic:dont_create_gem_home_before_setting_it, r=segiddinsThe Bundler Bot2017-08-121-7/+0
|\ \ \ \ \
| * | | | | [2.0] Don't create gem home before setting itKoichi ITO2017-08-021-7/+0
* | | | | | Auto merge of #5928 - shayonj:s/download-retry, r=segiddinsThe Bundler Bot2017-08-111-2/+4
|\ \ \ \ \ \
| * | | | | | Retry downloading gems consistently across all versions of RubyGemsShayon Mukherjee2017-08-061-2/+4
* | | | | | | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-114-1/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add --name-only option to print only the name of each gemcolby/bundler-listColby Swandale2017-08-102-4/+10
| * | | | | | implement new list command taken from bundler showColby Swandale2017-08-044-1/+31
| | |/ / / / | |/| | | |
* | | | | | Fix the tempalte of gems.rbKoichi ITO2017-08-031-1/+1
| |/ / / / |/| | | |
* | | | | Auto merge of #5902 - bundler:seg-molinillo-0.6, r=segiddinsThe Bundler Bot2017-08-0125-365/+805
|\ \ \ \ \
| * | | | | Update vendored Molinillo to 0.6.1seg-molinillo-0.6Samuel Giddins2017-08-012-15/+3
| * | | | | Update vendored Molinillo to 0.6.0Samuel Giddins2017-08-0121-161/+629
| * | | | | Update prerelease logic for new molinilloSamuel Giddins2017-08-012-8/+4
| * | | | | [DepProxy] Allow == nilSamuel Giddins2017-08-011-0/+1
| * | | | | [Resolver] Use Molinillo’s built in conflict message with treesSamuel Giddins2017-08-011-91/+68
| * | | | | Refactor SpecGroup to not subclass ArraySamuel Giddins2017-08-012-102/+112
| | |/ / / | |/| | |
* | | | | Auto merge of #5909 - koic:print_only_version_number, r=segiddinsThe Bundler Bot2017-08-013-1/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-013-1/+8
| |/ / /
* | | | Auto merge of #5900 - bundler:seg-env-eval-gemfile, r=colby-swandaleThe Bundler Bot2017-08-013-7/+21
|\ \ \ \
| * | | | [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-273-7/+21
| |/ / /
* | | | Auto merge of #5907 - roberts1000:fix-magic-comment-style-for-gemspec-templat...The Bundler Bot2017-07-311-0/+1
|\ \ \ \
| * | | | Add new line after new gem gemspec templateRobert Soly2017-07-311-0/+1
| |/ / /
* | | | Delete redundant aliases from bundle outdated commandPatricia Arbona2017-07-271-2/+2
|/ / /
* | | Auto merge of #5896 - bundler:seg-globally-cache-git-repos, r=indirectThe Bundler Bot2017-07-252-8/+4
|\ \ \
| * | | [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-252-8/+4
* | | | add more clear error message for user when adding a gem in the Gemfile with a...colby/gem-empty-name-validationColby Swandale2017-07-251-0/+3
|/ / /
* | | Auto merge of #5860 - bundler:seg-validate-settings, r=segiddinsThe Bundler Bot2017-07-2514-63/+199
|\ \ \
| * | | [Validator] Inspect array of symbols for 1.8.7 compatibilitySamuel Giddins2017-07-241-1/+1
| * | | Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-1/+1
| * | | fixup! Add unit tests for the settings validatorSamuel Giddins2017-07-231-2/+2