summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CurrentRuby] Refactorseg-current-rubySamuel Giddins2016-02-021-168/+33
* Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddinsHomu2016-02-032-2/+53
|\
| * more hashrocket fixesLamont Granquist2016-02-011-2/+2
| * Fixes per code reviewLamont Granquist2016-02-012-3/+34
| * ruby 1.8.7 fixLamont Granquist2016-01-291-1/+1
| * use options hash to pass options insteadLamont Granquist2016-01-292-2/+4
| * Allow passing UI object into bundler/inlineLamont Granquist2016-01-272-2/+20
* | Auto merge of #4263 - RochesterinNYC:add-unit-test-path-preserver, r=segiddinsHomu2016-02-021-0/+54
|\ \
| * | Add unit tests for `Bundler::PathPreserver` moduleJames Wen2016-02-011-0/+54
* | | Auto merge of #4258 - bundler:seg-rubocop-0.36, r=segiddinsHomu2016-02-01260-263/+639
|\ \ \ | |/ / |/| |
| * | [Travis] Replace RubyGems 2.5.1 with 2.5.2seg-rubocop-0.36Samuel Giddins2016-01-312-3/+3
| * | un-freeze the version string for Ruby 1.9.3Andre Arko2016-01-311-1/+5
| * | Fix setting RUBYOPTSamuel Giddins2016-01-311-1/+1
| * | Compatibility with frozen string literalsSamuel Giddins2016-01-31256-54/+311
| * | [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-3117-64/+52
| * | [RuboCop] Enable Style/AliasSamuel Giddins2016-01-312-7/+3
| * | [RuboCop] Fix Performance/TimesMapSamuel Giddins2016-01-312-6/+1
| * | [RuboCop] Fix Performance/StartWithSamuel Giddins2016-01-312-8/+2
| * | [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-3124-159/+117
| * | [RuboCop] Update todo config for 0.36Samuel Giddins2016-01-311-14/+197
| * | Fix exe/bundle_ruby to not cause RuboCop to chokeSamuel Giddins2016-01-311-1/+1
| * | Update to RuboCop 0.36.0Samuel Giddins2016-01-313-5/+6
|/ /
* | Auto merge of #4256 - bundler:seg-preserve-path, r=segiddinsHomu2016-02-015-11/+30
|\ \
| * | [PathPreserver] Use the passed-in envseg-preserve-pathSamuel Giddins2016-01-311-5/+5
| * | Fix spec for git not being on PATHSamuel Giddins2016-01-311-1/+1
| * | Refactor path preservation into generic codeSamuel Giddins2016-01-313-18/+14
| * | Preserve PATH in with_clean_envSamuel Giddins2016-01-313-0/+23
|/ /
* | Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp...Homu2016-01-316-6/+43
|\ \
| * | Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-306-6/+43
* | | Auto merge of #4249 - cirdes:outdated-semantic, r=indirectHomu2016-01-313-0/+69
|\ \ \
| * | | bundle outdated with major and minor optionsCirdes Henrique2016-01-293-0/+69
* | | | Auto merge of #4244 - dtognazzini:fix-path-to-gemfile, r=indirectHomu2016-01-313-7/+19
|\ \ \ \
| * | | | Forwarding root path to Source::Path from Dsl.Donnie Tognazzini2016-01-273-13/+14
| * | | | Make all paths be relative to Gemfile during evaluation.Donnie Tognazzini2016-01-271-3/+11
| * | | | Fix the path to the Gemfile during evaluation.Donnie Tognazzini2016-01-271-1/+4
| | |_|/ | |/| |
* | | | Auto merge of #4254 - bundler:seg-thread-names, r=indirectHomu2016-01-316-4/+27
|\ \ \ \
| * | | | [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-303-4/+14
| * | | | Ensure there are no unresolved specs left over in the binstubsSamuel Giddins2016-01-303-0/+13
* | | | | Auto merge of #4255 - bundler:seg-gemspec-bump-rdiscount, r=segiddinsHomu2016-01-312-10/+4
|\ \ \ \ \
| * | | | | [Travis] Use RG 2.5.1seg-gemspec-bump-rdiscountSamuel Giddins2016-01-301-9/+3
| * | | | | [Gemspec] Bump rdiscount to `~> 2.1.8`Samuel Giddins2016-01-301-1/+1
| |/ / / /
* | | | | Auto merge of #4252 - bundler:seg-debug-once, r=segiddinsHomu2016-01-311-1/+2
|\ \ \ \ \
| * | | | | [Resolver] Determine debug mode onceseg-debug-onceSamuel Giddins2016-01-301-1/+2
| |/ / / /
* | | | | Auto merge of #4184 - bundler:seg-ruby-2.3, r=segiddinsHomu2016-01-312-2/+3
|\ \ \ \ \
| * | | | | [Travis] Test against RubyGems 2.5.1seg-ruby-2.3Samuel Giddins2016-01-302-2/+2
| * | | | | [Travis] Test against Ruby 2.3.0Samuel Giddins2016-01-301-0/+1
| |/ / / /
* | | | | Auto merge of #4253 - bundler:seg-molinillo-0.4.2, r=segiddinsHomu2016-01-318-24/+72
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [Resolver] Update Molinillo to 0.4.2Samuel Giddins2016-01-308-24/+72
|/ / / /
* | | | Auto merge of #4229 - RochesterinNYC:configure-code-climate-exclusions, r=seg...Homu2016-01-292-0/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add .codeclimate.yml file with analysis exclusionsJames Wen2016-01-261-0/+24