summaryrefslogtreecommitdiff
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* Followed up https://github.com/bundler/bundler/pull/6743SHIBATA Hiroshi2018-11-161-2/+2
* Merge #6743Bundlerbot2018-11-167-13/+16
|\
| * To use helper method instead of env variables.SHIBATA Hiroshi2018-11-011-1/+1
| * Backport from ruby coreSHIBATA Hiroshi2018-11-015-23/+23
| * Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-207-27/+27
| * Added to support BUNDLE_RUBY and BUNDLE_GEM environmental variables.SHIBATA Hiroshi2018-10-201-1/+4
* | Merge #6714Bundlerbot2018-11-061-13/+38
|\ \
| * | Reuse `install_gemfile` helperDavid Rodríguez2018-10-031-15/+5
| * | Move gemfile write to the specs that need itDavid Rodríguez2018-10-031-12/+47
| * | Reword spec so it reads betterDavid Rodríguez2018-10-031-1/+1
* | | Merge #6769Bundlerbot2018-10-301-0/+24
|\ \ \
| * | | Add testDouglas Eichelberger2018-10-291-0/+24
| | |/ | |/|
* | | Remove more unnecessary stuffremove_old_rubygems_stuff_from_specsDavid Rodríguez2018-10-261-2/+0
* | | Remove unnecessary stuff from specsDavid Rodríguez2018-10-262-22/+4
|/ /
* | Enable gemfile flag for bundle lockLaura Paakkinen2018-10-181-0/+27
* | Merge #6739Bundlerbot2018-10-171-2/+3
|\ \
| * | Remove the duplicate gems from suggestionsyuuji.yaginuma2018-10-151-2/+3
* | | use rake helper methoduse-helper-methodsSHIBATA Hiroshi2018-10-161-2/+2
|/ /
* | Merge #6718Bundlerbot2018-10-061-4/+47
|\ \
| * | Fix `--paths` argument handlingDavid Rodríguez2018-10-011-1/+14
| * | Fix "bundle show" deprecation messagesDavid Rodríguez2018-10-011-4/+34
| |/
* | make `only_update_to_newer_versions` work correctly with `bundle update`Florian Munz2018-09-251-11/+45
|/
* Remove unnecessary assertion exclusionremove_unnecessary_assertion_exclusionDavid Rodríguez2018-09-241-4/+1
* bundle gem will generate homepage_uri and code and changelog section by defaultKeiji Yoshimi2018-09-141-1/+1
* Better conditional assertionfix_locally_failing_specDavid Rodríguez2018-09-111-1/+1
* Uses logic from cli and removes redundant testankitkataria2018-09-021-7/+0
* Fixes test for --gemfile flagankitkataria2018-08-281-4/+10
* Add test for --gemfile flagankitkataria2018-08-241-0/+10
* Fix singular groups on injecting gemAgrim Mittal2018-07-172-3/+3
* Fix tests descriptionAgrim Mittal2018-07-021-16/+5
* Update message based on dep requirementAgrim Mittal2018-07-021-2/+4
* Fix failing specsAgrim Mittal2018-07-022-8/+7
* Update failing specs for add and install commandsAgrim Mittal2018-07-022-18/+59
* Add failing tests for install command and fix error message for addAgrim Mittal2018-07-022-13/+26
* Add tests for version specificationsAgrim Mittal2018-07-022-8/+44
* Add test for error messageAgrim Mittal2018-07-021-0/+12
* Fix test suite and update error messagesAgrim Mittal2018-06-281-29/+29
* Add gemfile error when gem is not presentAgrim Mittal2018-06-281-11/+11
* Add partial gem removal logicAgrim Mittal2018-06-281-1/+1
* Update test suite for bundle removeAgrim Mittal2018-06-281-46/+93
* Remove raise error when dependency is not foundAgrim Mittal2018-06-281-9/+75
* Handle eval_gemfileAgrim Mittal2018-06-281-29/+77
* Add check for gems that removes other gemsAgrim Mittal2018-06-281-2/+2
* Update patterns regexAgrim Mittal2018-06-281-2/+2
* Add test for gemspecAgrim Mittal2018-06-281-4/+12
* Add warning if gem is not removedAgrim Mittal2018-06-281-2/+25
* Added missing specs and updated regexAgrim Mittal2018-06-281-0/+37
* Add heredoc string to expected_gemfileAgrim Mittal2018-06-281-67/+71
* Add failing specs for more casesAgrim Mittal2018-06-281-0/+106
* Fix failing specs for nested groupsAgrim Mittal2018-06-281-52/+53