summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* Clean RUBYLIB as well in `with_clean_env`3982-clean-rubylibAndre Arko2015-09-081-5/+12
* Update spec to fail, then fix itaa-warn-invalid-gemspecsAndre Arko2015-07-181-5/+2
* downgrade invalid specs to a warning for nowAndre Arko2015-07-161-2/+6
* Unset UI when yielding to other programsseg-unset-uiSamuel E. Giddins2015-06-021-1/+1
* Hoist StubSpecification up into a fileAndre Arko2015-05-301-0/+1
* [Bundler] silence warning about using uninitialized @uiSamuel E. Giddins2015-05-281-1/+1
* completely backwards-compatible gemspec validationAndre Arko2015-05-181-0/+3
* fix validation exceptions by skipping on RG <1.7Andre Arko2015-05-181-4/+1
* Silence validating gemspecsSamuel E. Giddins2015-05-171-1/+1
* Ensure the RubyGems UI reflects the current Bundler UISamuel E. Giddins2015-05-171-2/+7
* Restore deleted #dup for cached gemspecsSamuel E. Giddins2015-05-171-1/+1
* RubyGems can only validate during chdirAndre Arko2015-05-171-6/+11
* clean up tmp dirs if they get createdAndre Arko2015-05-041-5/+3
* fix uninitialized ivar warningAndre Arko2015-03-281-1/+1
* [Setup] Fix multiple non-additive invocations of Bundler.setup with different...seg-fix-setupSamuel E. Giddins2015-03-221-6/+1
* Change AnonymizableURI to Source::Rubygems::Remote.Tim Moore2015-03-141-1/+0
* Fix Bundler::whichJunichi Morimoto2015-03-121-1/+2
* Revert "Handle s3 source"Andre Arko2015-01-251-1/+0
* Revert "svn source support"Andre Arko2015-01-251-6/+0
* allow cache path to be configuredAndre Arko2015-01-251-1/+1
* `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-221-2/+12
* Merge tag 'v1.7.8'Andre Arko2014-12-061-5/+5
|\
| * Strip credentials from ambiguous source warnings.Tim Moore2014-12-021-0/+1
| * guarantee Bundler.settings will only parse onceAndre Arko2014-11-191-5/+4
* | ensure that cleanup won’t raise another exceptionAndre Arko2014-11-281-0/+1
* | cleanup tempdirFelix C. Stegerman2014-11-261-0/+4
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-0/+1
|\ \ | |/
| * Extract SourceList class from Definition.Tim Moore2014-07-301-0/+1
* | Merge tag 'v1.6.5'Andre Arko2014-07-231-1/+1
|\ \ | |/
| * Memoize slow call to #expand_pathAndre Arko2014-07-231-1/+1
* | Handle s3 sourceJeremy Tryba2014-07-071-0/+1
* | svn source supportStefan Huber2014-04-221-0/+6
* | Bundler.reset! nukes the global Definition.Ash Wilson2014-04-191-0/+4
|/
* move ConfigMap into RubygemsIntegrationAndre Arko2014-03-311-1/+1
* er, one tmp per install run. yeah.Andre Arko2014-03-311-2/+3
* tmp not in /tmp? are you kidding me?Andre Arko2014-03-311-1/+1
* We still need to check if other directories are writable or notSmit Shah2014-03-021-1/+1
* Just check all the files in build_infoSmit Shah2014-03-021-2/+2
* Check if all the files in build_info are writable or notSmit Shah2014-03-021-2/+2
* Just learned any? iterates all the elements in the listSmit Shah2014-03-011-1/+1
* If any file is not writable then we need sudoSmit Shah2014-03-011-1/+1
* Fix typo lock_gems -> locked_gems.Tim Moore2014-02-151-1/+1
* Raise GemfileLockNotFound only for non-full update.Josef Šimánek2014-01-271-1/+1
* Merge pull request #2840 from zizkovrb/bundle-update-messageAndre Arko2014-01-261-0/+1
|\
| * Don't blow on bundle update gem when lock is not present.Josef Šimánek2014-01-261-0/+1
* | remove exit code conflict with VersionConflictAndre Arko2014-01-261-1/+1
* | remove the duplicate code configure_gem and put it after if and else conditionSanjiv Jha2014-01-211-3/+2
|/
* extract UI::SilentAndre Arko2014-01-091-1/+1
* Merge pull request #2759 from gjaldon/add-package-optionsAndre Arko2013-12-231-2/+3
|\
| * --path changes directory where 'vendor/cache' is createdGabriel Jaldon2013-12-221-2/+3