summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Update to 0.37.0seg-rubocop-0.37Samuel Giddins2016-02-055-19/+16
* Auto merge of #4278 - jbodah:gemspec-comment, r=segiddinsHomu2016-02-051-2/+2
|\
| * Clarify comment in `bundle gem` gemspecJosh Bodah2016-02-041-2/+2
|/
* Auto merge of #4264 - glennpratt:GH-4144-standalone-load-path, r=segiddinsHomu2016-02-042-1/+31
|\
| * Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-032-1/+31
* | Auto merge of #4265 - bundler:seg-simplify-exec, r=indirectHomu2016-02-044-26/+19
|\ \
| * | Avoid accessing the ENV hash twice in Bundler.whichseg-simplify-execSamuel Giddins2016-02-021-3/+3
| * | [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-013-23/+16
* | | Auto merge of #4267 - bundler:seg-current-ruby, r=indirectHomu2016-02-031-168/+33
|\ \ \
| * | | [CurrentRuby] Refactorseg-current-rubySamuel Giddins2016-02-021-168/+33
* | | | Auto merge of #4257 - bundler:seg-ruby-version-fixes, r=indirectHomu2016-02-038-46/+292
|\ \ \ \ | |/ / / |/| | |
| * | | Fix RubyVersion specs failuresseg-ruby-version-fixesSamuel Giddins2016-02-012-3/+6
| * | | Fix ruby dsl spec for 1.8.7Samuel Giddins2016-02-011-1/+2
| * | | [Fetcher] Update user agent construction for new RubyVersion APISamuel Giddins2016-02-011-2/+2
| * | | [RuboCop] Fix offensesSamuel Giddins2016-02-013-6/+8
| * | | [Platform] Add spec for --ruby with multiple requirementsSamuel Giddins2016-02-011-0/+9
| * | | [RubyVersion] Add specs for multiple requirementsSamuel Giddins2016-02-011-0/+77
| * | | [RubyVersion] Support compound requirementsSamuel Giddins2016-02-014-37/+68
| * | | Gem::Requirement::BadRequirementError doesnt exist on old RubyGems, just use ...Samuel Giddins2016-02-011-1/+1
| * | | Add specs for bundle platform --ruby with version requirementsSamuel Giddins2016-02-013-3/+42
| * | | [RubyVersion] Add specs for versions with requirementsSamuel Giddins2016-02-013-10/+94
| * | | Fix resolving when the gemfile specifies ruby version requirement and spec ha...Samuel Giddins2016-02-011-1/+1
| * | | [Platform] Print out an exact version from the lockfileSamuel Giddins2016-02-011-1/+1
| |/ /
* | | 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
|\ \