| Commit message (Expand) | Author | Age | Files | Lines |
* | Compatibility with frozen string literals | Samuel Giddins | 2016-01-31 | 19 | -3/+22 |
* | Auto merge of #4250 - RochesterinNYC:improved-error-message-for-invalid-gemsp... | Homu | 2016-01-31 | 1 | -2/+2 |
|\ |
|
| * | Change behavior and improve clarity of error messages when local gems have in... | James Wen | 2016-01-30 | 1 | -2/+2 |
* | | Auto merge of #4249 - cirdes:outdated-semantic, r=indirect | Homu | 2016-01-31 | 1 | -0/+55 |
|\ \
| |/
|/| |
|
| * | bundle outdated with major and minor options | Cirdes Henrique | 2016-01-29 | 1 | -0/+55 |
* | | check update message in updated output | Andre Arko | 2016-01-25 | 1 | -7/+3 |
* | | Use '--exe' option name in addition to '--bin' as primary option name. | Chris Keele | 2016-01-22 | 1 | -1/+17 |
|/ |
|
* | Clean up already initialized constant warning messages from test suite | James Wen | 2015-12-30 | 2 | -4/+4 |
* | Clean up binstub deprecation message from test suite | James Wen | 2015-12-30 | 1 | -1/+1 |
* | Ensure `bundle gem` default task matches framework | David Jones | 2015-12-25 | 1 | -0/+26 |
* | Redirects any usage of --help or -h flag for a command to that command's help | James Wen | 2015-12-21 | 1 | -0/+35 |
* | Auto merge of #4156 - RochesterinNYC:suppress-bundle-update-spec-warnings, r=... | Homu | 2015-12-21 | 1 | -39/+29 |
|\ |
|
| * | Fix setup and assertion validity of `bundle update --ruby` specs | James Wen | 2015-12-15 | 1 | -33/+22 |
| * | Suppress warnings about "already initialized constant"s in bundle update spec | James Wen | 2015-12-13 | 1 | -13/+14 |
* | | Auto merge of #4166 - smellsblue:restrict-gemspec-platforms-without-breaking-... | Homu | 2015-12-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Nix the gem_helpers method in `Bundler::Dsl` | Mike Virata-Stone | 2015-12-15 | 1 | -1/+1 |
* | | | Use SharedHelpers#filesystem_access in bundle clean for a friendlier error me... | James Wen | 2015-12-18 | 1 | -0/+34 |
|/ / |
|
* | | Merge tag 'v1.11.2' | Andre Arko | 2015-12-15 | 1 | -40/+80 |
|\ \ |
|
| * | | Fix broken `bundle package --all` command and prevent endless recursive copy | James Wen | 2015-12-15 | 1 | -0/+44 |
| * | | Fix --no-coc and --no-mit flags | James Wen | 2015-12-14 | 1 | -40/+80 |
* | | | Fix broken `bundle package --all` command and prevent endless recursive copy | James Wen | 2015-12-15 | 1 | -0/+44 |
| |/
|/| |
|
* | | Merge pull request #4064 from pivotal-cf-experimental/master | Andre Arko | 2015-12-12 | 2 | -0/+185 |
|\ \
| |/
|/| |
|
| * | Changes for https://github.com/bundler/bundler/pull/4064#discussion-diff-4513... | David Morhovich | 2015-11-18 | 2 | -8/+8 |
| * | Adds ruby version to Gemfile.lock. | David Morhovich | 2015-10-27 | 2 | -0/+185 |
* | | Auto merge of #4124 - bundler:seg-rubocop, r=indirect | Homu | 2015-11-27 | 2 | -4/+4 |
|\ \ |
|
| * | | [RuboCop] Enable Style/PercentLiteralDelimiters | Samuel Giddins | 2015-11-26 | 1 | -2/+2 |
| * | | [RuboCop] Enable Style/BlockDelimiters | Samuel Giddins | 2015-11-26 | 1 | -2/+2 |
* | | | Auto merge of #4105 - JuanitoFatas:feature/lock-takes-gems, r=indirect | Homu | 2015-11-27 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Add support for specify gems via --update option for `bundle lock` command | JuanitoFatas | 2015-11-17 | 1 | -0/+8 |
| | |/
| |/| |
|
* | | | Auto merge of #4021 - jaym:bin-move, r=segiddins | Homu | 2015-11-27 | 1 | -0/+16 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add spec to make sure we can call bundler from a bundle execd program | Jay Mundrawala | 2015-10-20 | 1 | -0/+16 |
| |/ |
|
* | | Fix bundle console specs | Felix Bünemann | 2015-11-16 | 1 | -4/+16 |
|/ |
|
* | [RuboCop] Autocorrect offenses after rebase | Samuel Giddins | 2015-10-18 | 1 | -3/+1 |
* | clean: add test for not removing git extensions artifacts | Simon Eskildsen | 2015-10-06 | 1 | -0/+22 |
* | Add test case for friendly permission errors | Robin Böning | 2015-09-27 | 1 | -0/+18 |
* | Auto merge of #3969 - agis-:issue-3895, r=segiddins | Homu | 2015-08-31 | 1 | -0/+27 |
|\ |
|
| * | Output gemspec validation errors on exec commands | Agis- | 2015-08-30 | 1 | -0/+27 |
* | | Silence expected yet noisy error output in test | Agis- | 2015-08-30 | 1 | -1/+1 |
|/ |
|
* | Add ability to update gems via source for backwards-compatibility. | Caden Lovelace | 2015-08-23 | 1 | -0/+77 |
* | Add spec for not updating gems with the same name as the source. | Caden Lovelace | 2015-08-23 | 1 | -0/+13 |
* | Bundle update groups should unlock gems, not sources | Caden Lovelace | 2015-08-23 | 1 | -0/+20 |
* | Auto merge of #3924 - Koronen:fix-style-regexp_literal, r=segiddins | Homu | 2015-08-14 | 2 | -6/+6 |
|\ |
|
| * | Fix Style/RegexpLiteral | Victor Koronen | 2015-08-13 | 2 | -6/+6 |
* | | Auto merge of #3928 - agis-:test-explicit-exception, r=indirect | Homu | 2015-08-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Specify the actual exception to test for | Agis- | 2015-08-10 | 1 | -1/+1 |
| |/ |
|
* | | Auto merge of #3918 - jordanthomas:checkout-ui, r=indirect | Homu | 2015-08-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Tweaks git checkout UI output. | Jordan Thomas | 2015-08-06 | 1 | -1/+1 |
* | | Add command plugin support to help command | Tim Fischbach | 2015-08-04 | 1 | -0/+13 |
|/ |
|
* | Auto merge of #3862 - bundler:seg-resolver-error-formatting, r=segiddins | Homu | 2015-08-02 | 1 | -1/+1 |
|\ |
|
| * | Update specs for prettier version conflict messages | Samuel E. Giddins | 2015-07-23 | 1 | -1/+1 |