summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [CLI] Only reset paths if we’ve set a custom gemfileSamuel Giddins2017-03-142-3/+12
* [CLI] Dont reset every time the CLI is initializedSamuel Giddins2017-03-141-1/+0
* Add Code of Conduct content to README templaterobcole2017-03-131-0/+6
* [SpecSet] Compare dep type directly for old RG compatibilitySamuel Giddins2017-03-111-1/+1
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-112-1/+22
* Auto merge of #5466 - Shekharrajak:5458_check_git, r=segiddinsThe Bundler Bot2017-03-071-3/+5
|\
| * replace git_author_name, git_username, git_user_email with empty string when ...shekharrajak2017-02-231-3/+5
* | Switch single to double quote in ERB in shebang lineZach Ahn2017-03-052-2/+2
* | Swap single to double quotes for standalone binstubsZach Ahn2017-03-051-4/+4
* | Add spaces around ERB tagsZach Ahn2017-03-058-24/+24
* | Add spaces around operators and between block argumentsZach Ahn2017-03-042-8/+8
* | Switch single quotes to double quotes in misc *.tt filesZach Ahn2017-03-043-8/+8
* | Switch newgem template single quotes to double quotesZach Ahn2017-03-045-9/+9
* | Merge tag 'v1.14.6'Samuel Giddins2017-03-031-1/+1
|\ \
| * | Version 1.14.6 with changelogv1.14.61-14-stableSamuel Giddins2017-03-031-1/+1
| * | Auto merge of #5495 - bundler:seg-molinillo-0.5.7, r=segiddinsThe Bundler Bot2017-03-034-18/+28
| * | Auto merge of #5481 - bundler:seg-error-template-gemfile, r=indirectThe Bundler Bot2017-03-031-1/+1
| * | Auto merge of #5464 - olleolleolle:patch-3, r=segiddinsThe Bundler Bot2017-03-031-1/+1
| * | Auto merge of #5483 - denniss:5430-fix-bundle-outdated-local, r=segiddinsThe Bundler Bot2017-03-031-2/+1
| * | Auto merge of #5482 - denniss:5369-fix-disable-checksum-validation-setting-na...The Bundler Bot2017-03-031-1/+1
| * | Auto merge of #5461 - bundler:seg-lazy-specification-nil-platform, r=indirectThe Bundler Bot2017-03-031-1/+1
| * | Auto merge of #5459 - bundler:seg-bundler-plugin-source-api-const-undefined, ...The Bundler Bot2017-03-032-1/+11
* | | Update vendored Molinillo to 0.5.7seg-molinillo-0.5.7Samuel Giddins2017-03-034-18/+28
* | | Auto merge of #5462 - bundler:seg-rubygems-source-print-fetching, r=indirectThe Bundler Bot2017-03-021-0/+1
|\ \ \
| * | | [Source::RubyGems] Print that we are fetching a gemseg-rubygems-source-print-fetchingSamuel Giddins2017-02-221-0/+1
* | | | Auto merge of #5481 - bundler:seg-error-template-gemfile, r=indirectThe Bundler Bot2017-03-021-1/+1
|\ \ \ \
| * | | | [FriendlyErrors] Include Gemfile in error reportseg-error-template-gemfileSamuel Giddins2017-02-271-1/+1
| | |_|/ | |/| |
* | | | Auto merge of #5464 - olleolleolle:patch-3, r=segiddinsThe Bundler Bot2017-03-011-1/+1
|\ \ \ \
| * | | | Updater.rb: Avoid using String method on nilOlle Jonsson2017-02-221-1/+1
| |/ / /
* | | | Auto merge of #5483 - denniss:5430-fix-bundle-outdated-local, r=segiddinsThe Bundler Bot2017-02-281-2/+1
|\ \ \ \
| * | | | Fix `bundle outdated --local`. It's supposed to use local cache to determine ...Dennis Suratna2017-02-271-2/+1
| |/ / /
* | | | Fix disable.checksum_validation to disable_checksum_validationDennis Suratna2017-02-271-1/+1
|/ / /
* | | Auto merge of #5460 - bundler:seg-sigint-debug-backtrace, r=indirectThe Bundler Bot2017-02-221-0/+1
|\ \ \
| * | | Print a backtrace on SIGINT in debug modeseg-sigint-debug-backtraceSamuel Giddins2017-02-221-0/+1
| |/ /
* | | Auto merge of #5461 - bundler:seg-lazy-specification-nil-platform, r=indirectThe Bundler Bot2017-02-221-1/+1
|\ \ \
| * | | [LazySpecification] Handle when platform is nil in __materialize__seg-lazy-specification-nil-platformSamuel Giddins2017-02-221-1/+1
| |/ /
* | | Merge tag 'v1.14.5'Samuel Giddins2017-02-221-1/+1
|\ \ \ | | |/ | |/|
| * | Version 1.14.5 with changelogv1.14.5Samuel Giddins2017-02-221-1/+1
| * | Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6...The Bundler Bot2017-02-221-1/+1
| * | Auto merge of #5450 - bundler:seg-stub-specification-missing-extensions, r=in...The Bundler Bot2017-02-221-0/+7
| * | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-226-2/+28
| * | Auto merge of #5443 - bundler:seg-resolver-sorting, r=indirectThe Bundler Bot2017-02-221-4/+11
| * | Auto merge of #5440 - wjordan:fips_enabled_compact_index, r=indirectThe Bundler Bot2017-02-221-7/+6
| * | Auto merge of #5439 - danielpclark:patch_gh_username, r=segiddinsThe Bundler Bot2017-02-222-4/+5
| * | Auto merge of #5388 - rhenium:topic/defer-requiring-rubygems-spec_fetcher, r=...The Bundler Bot2017-02-224-3/+1
| * | Auto merge of #5421 - bundler:seg-read-only-fs-no-global-settings, r=indirectThe Bundler Bot2017-02-222-2/+6
| * | Auto merge of #5266 - bundler:seg-install-frozen-gemspec-deps-changed, r=indi...The Bundler Bot2017-02-224-14/+22
* | | Auto merge of #5459 - bundler:seg-bundler-plugin-source-api-const-undefined, ...The Bundler Bot2017-02-212-1/+11
|\ \ \ | |_|/ |/| |
| * | Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-222-1/+11
* | | Auto merge of #5455 - googya:master, r=colby-swandaleThe Bundler Bot2017-02-214-4/+4
|\ \ \