summaryrefslogtreecommitdiff
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* Also print gemspecs in `bundle env`bundle-env-gemspecsAgis Anastasopoulos2015-10-053-2/+15
* Auto merge of #4031 - Zorbash:binstubs-description, r=segiddinsHomu2015-10-041-1/+2
|\
| * Update binstubs command description for multiple gemsDimitris Zorbas2015-10-031-1/+2
* | runtime: avoid cleaning up extensions directorySimon Eskildsen2015-10-031-1/+1
|/
* Change error type to LockfileErrorLukas Oberhuber2015-09-291-1/+1
* remove newline from error message.Lukas Oberhuber2015-09-291-1/+1
* Raises an error if there are missing dependenciesLukas Oberhuber2015-09-292-22/+18
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-278-21/+45
* Introduce SharedHelpers#filesystem_accessAgis Anastasopoulos2015-09-271-0/+24
* Removes duplication from bundle clean commandPhil Nash2015-09-261-36/+23
* Allocate the "ruby" and "\0" Strings once.Joe Rafaniello2015-09-171-1/+4
* Merge pull request #3991 from agis-/issue-3678André Arko2015-09-151-1/+1
|\
| * Ignore ENV["BUNDLE_GEMFILE"] if it's emptyAgis-2015-09-151-1/+1
* | add http://masarakki2015-09-132-3/+3
|/
* Merge pull request #3977 from seanlinsley/update-conflict-error-messageAndré Arko2015-09-071-1/+3
|\
| * Improve hint on conflict error messageSean Linsley2015-09-051-1/+3
* | Dsl#with_source should restore the previous sourceAgis-2015-09-061-1/+2
|/
* Distinguish Gemfile syntax and evaluation errorsAgis-2015-09-022-2/+5
* Auto merge of #3907 - bundler:fix-path-caching-3900, r=segiddinsHomu2015-08-301-1/+1
|\
| * quotable rubocopfix-path-caching-3900Andre Arko2015-08-131-1/+1
| * make sure intersecting gem paths are cachedSteven Davidovitz2015-08-131-1/+1
* | Auto merge of #3906 - bundler:fix-fix-3862, r=segiddinsHomu2015-08-301-1/+9
|\ \
| * | Use locked_requirement platform to print it outfix-fix-3862Andre Arko2015-08-021-1/+9
* | | Auto merge of #3968 - pmenglund:gem_push_host, r=indirectHomu2015-08-301-2/+8
|\ \ \
| * | | guard against old gemspecMartin Englund2015-08-291-2/+5
| * | | use allowed_push_host when availableMartin Englund2015-08-281-2/+3
| * | | make it able to specify gem host with GEM_HOST envMartin Englund2015-08-281-1/+3
* | | | Handle errors when requiring gems gracefullyAgis-2015-08-293-3/+13
|/ / /
* | | Show friendly errors when ref is not foundAgis-2015-08-271-4/+8
* | | Merge pull request #3763 from neoeno/masterAndré Arko2015-08-242-1/+6
|\ \ \
| * | | Add ability to update gems via source for backwards-compatibility.Caden Lovelace2015-08-231-0/+5
| * | | Check whether spec source name is within unlocked sources.Caden Lovelace2015-08-231-1/+1
| * | | Bundle update groups should unlock gems, not sourcesCaden Lovelace2015-08-231-1/+1
* | | | Be stricter when accepting rubygem source URIsAgis-2015-08-211-1/+2
|/ / /
* | | Fix Style/AlignHashErick Sasse2015-08-171-6/+6
* | | Append specs.Hirotaka Azuma2015-08-141-0/+8
* | | Don't call Gem::configuration in Bundler::FetcherHirotaka Azuma2015-08-141-1/+1
* | | considerate .gemrc when determine http_proxyHirotaka Azuma2015-08-141-0/+3
* | | Auto merge of #3923 - Koronen:fix-style-offences, r=segiddinsHomu2015-08-1525-106/+113
|\ \ \
| * | | Fix Style/BracesAroundHashParametersVictor Koronen2015-08-141-1/+1
| * | | Fix Style/ClassCheckVictor Koronen2015-08-141-1/+1
| * | | Fix Style/ClosingParenthesisIndentationVictor Koronen2015-08-141-1/+2
| * | | Fix Style/CommandLiteralVictor Koronen2015-08-141-1/+1
| * | | Fix Style/CommentAnnotationVictor Koronen2015-08-141-1/+1
| * | | Fix Style/DeprecatedHashMethodsVictor Koronen2015-08-142-2/+2
| * | | Fix Style/EmptyLiteralVictor Koronen2015-08-141-2/+2
| * | | Fix Style/ForVictor Koronen2015-08-141-3/+3
| * | | Fix Style/IndentArrayVictor Koronen2015-08-142-14/+13
| * | | Fix Style/IndentationConsistencyVictor Koronen2015-08-141-18/+18
| * | | Fix Style/IndentationWidthVictor Koronen2015-08-144-20/+18