aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* Rename all BUNDLE_ORIG_* env to BUNDLER_ORIG*Andre Arko2016-08-101-1/+1
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-034-22/+22
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-022-11/+11
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-022-11/+11
* [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-6/+9
* Fix specs expecting err to be emptyStefan Lance2016-07-051-1/+1
* Add Bundler.ui.deprecateStefan Lance2016-07-052-22/+22
* Change Rakefile to work as a submoduleSamuel Giddins2016-06-211-0/+1
* Auto merge of #4603 - bundler:seg-allow-unlocking-when-removing-ruby, r=indirectHomu2016-06-111-1/+1
|\
| * Fix setup spec's written ruby version sectionSamuel Giddins2016-06-081-1/+1
* | [Inline] Installs quietly from git if necessary when the install option is no...Samuel Giddins2016-06-091-0/+18
|/
* [Inline] Install when necessarySamuel Giddins2016-05-311-0/+15
* Fix the combination of gem :require and env or install_ifBrian Hawley2016-05-241-0/+24
* Remove trailing comma for Ruby 1.8.7Samuel Giddins2016-04-291-1/+1
* [Runtime] Fix the ordering of the load path when there are dependenciesSamuel Giddins2016-04-291-0/+31
* [Definition] Fix lockfiles_equal? regexp for multiple substitutionsSamuel Giddins2016-04-181-0/+62
* [EnvironmentPreserver] Fix restoring environmentSamuel Giddins2016-04-141-2/+23
* Introduce Bundler.original_env and .clean_envReto Kaiser2016-02-211-74/+63
* Refactor path/environment preserver, make it always preserve the PATHReto Kaiser2016-02-141-0/+15
* Remove unnecessary after blockHsing-Hui Hsu2016-02-091-5/+0
* Remove space betweeen -I and dir name for 1.8.7Hsing-Hui Hsu2016-02-091-1/+1
* Address feedback on spec.Hsing-Hui Hsu2016-02-061-19/+26
* Place bundler loaded gems after -I and RUBYLIBHsing-Hui Hsu2016-02-021-0/+25
* Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddinsHomu2016-02-031-0/+46
|\
| * more hashrocket fixesLamont Granquist2016-02-011-2/+2
| * Fixes per code reviewLamont Granquist2016-02-011-0/+28
| * ruby 1.8.7 fixLamont Granquist2016-01-291-1/+1
| * use options hash to pass options insteadLamont Granquist2016-01-291-1/+1
| * Allow passing UI object into bundler/inlineLamont Granquist2016-01-271-0/+18
* | Compatibility with frozen string literalsSamuel Giddins2016-01-318-2/+10
* | Preserve PATH in with_clean_envSamuel Giddins2016-01-311-0/+15
|/
* Clean up require rack output message from test suiteJames Wen2015-12-301-1/+1
* Add original error context info to GemRequireError messageJames Wen2015-12-261-1/+2
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* fix #4149 by (again) waiting to load PsychAndre Arko2015-12-131-0/+15
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-262-10/+10
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-6/+6
* include 'pkg/' in rake/clean's CLOBBER arrayJason Karns2015-09-301-0/+7
* Clean RUBYLIB as well in `with_clean_env`Andre Arko2015-09-191-4/+2
* Add test for #3982Agis Anastasopoulos2015-09-191-0/+9
* Handle errors when requiring gems gracefullyAgis-2015-08-291-0/+14
* Fix Style/IndentationWidthVictor Koronen2015-08-141-2/+2
* Fix Style/LeadingCommentSpaceVictor Koronen2015-08-141-1/+0
* Fix Style/LineEndConcatenationVictor Koronen2015-08-141-2/+2
* Fix Style/MethodCallParenthesesVictor Koronen2015-08-141-1/+1
* Auto merge of #3862 - bundler:seg-resolver-error-formatting, r=segiddinsHomu2015-08-021-1/+1
|\
| * Update specs for prettier version conflict messagesSamuel E. Giddins2015-07-231-1/+1
* | Use %w[] instead of %w()Erick Sasse2015-07-292-2/+2
* | Fix Style/WordArrayErick Sasse2015-07-282-2/+2
|/
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1