aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
Commit message (Expand)AuthorAgeFilesLines
* [CurrentRuby] Ensure the local platform isnt ruby before checking os/cpuSamuel Giddins2017-01-211-0/+16
* Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-171-0/+18
|\
| * [Inline] Support running when BUNDLE_GEMFILE=""Samuel Giddins2017-01-141-0/+18
* | Disable RSpec monkey patchingSamuel Giddins2017-01-158-9/+9
|/
* Remove unecessary hack in the specsSamuel Giddins2016-12-251-7/+0
* Fix the specs on Ruby 2.4Samuel Giddins2016-12-201-0/+2
* Remove rubygems.org from gemfiles in the specsSamuel Giddins2016-12-181-3/+3
* run inline bundle in same folder as Gemfiles and set appropiate sourceColby Swandale2016-11-241-7/+10
* specify older version of the JSON gem to meet requirements for it to be insta...Colby Swandale2016-11-241-1/+1
* fix typo expet and fix duplicate gemfile specificationColby Swandale2016-11-241-2/+2
* fix spec and use more common gem in inline exampleColby Swandale2016-11-241-2/+3
* dont build defintion with Gemfile.lock (if present) when using inline gemfileColby Swandale2016-11-231-0/+33
* [RubygemsIntegration] Temporarily make #gem public againSamuel Giddins2016-10-201-0/+15
* Merge tag 'v1.13.4'Andre Arko2016-10-131-2/+2
|\
| * ruby 1.8 can't even give exit statusesAndre Arko2016-10-131-2/+2
* | Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirectHomu2016-10-031-0/+16
|\ \
| * | Rename to force_ruby_platformAndre Arko2016-10-021-1/+1
| * | Add a spec for only_ruby_platformSamuel Giddins2016-09-271-0/+16
| |/
* / Add an inline spec for eval’ing two gemfilesSamuel Giddins2016-09-071-0/+20
|/
* Scrub STDOUT output from the main specsSamuel Giddins2016-08-111-1/+1
* 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