summaryrefslogtreecommitdiff
path: root/spec/install/gemfile
Commit message (Expand)AuthorAgeFilesLines
* [Definition] Dont pin path deps to newer versionssegiddins/6750-allow-changing-local-gem-versionSamuel Giddins2018-11-171-0/+14
* Add another spec, separate new case into its own testSamuel Giddins2018-10-021-0/+95
* Avoid fetching an rebuilding git gems when it's not necessaryJean Boussier2018-09-271-0/+2
* Auto merge of #6495 - bundler:segiddins/6491-extra-gem-platform-in-lockfile, ...The Bundler Bot2018-07-221-0/+143
|\
| * [Definition] Filter out unneeded gem platforms after resolvingsegiddins/6491-extra-gem-platform-in-lockfileSamuel Giddins2018-04-181-0/+143
* | typo fixskip-remove-auth-with-file-protocolSHIBATA Hiroshi2018-06-151-1/+1
* | Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-152-30/+10
* | Reverted accidentally carriage returnSHIBATA Hiroshi2018-06-151-0/+1
* | Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-152-11/+30
|/
* Fixed test when disable_platform_warnings is trueAgrim Mittal2018-03-011-19/+13
* Add documentation and tests for disable_platform_warningsAgrim Mittal2018-02-261-11/+36
* Added hostname for file protocol in GemfileSHIBATA Hiroshi2017-12-281-4/+4
* Merge tag 'v1.16.1'Samuel Giddins2017-12-272-20/+19
|\
| * Try to get specs passing on old RubyGemsSamuel Giddins2017-12-211-3/+2
| * Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-112-17/+17
| * Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-301-2/+6
* | Fix doubled message in verbose modeArtyom Khramov2017-10-141-2/+6
* | [Resolver] Error when it is ambigous which transitive source a gem should com...seg-multisource-errorSamuel Giddins2017-08-301-1/+28
|/
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-1/+1
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-1/+1
* [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-271-0/+14
* [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-251-3/+12
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-243-11/+17
* Introduce the notion of settings validationSamuel Giddins2017-07-231-3/+3
* Update the specs for the new :deployment settingSamuel Giddins2017-07-194-4/+4
* Ensure groups are properly handled when the overlap in settingsSamuel Giddins2017-07-191-3/+17
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-197-24/+21
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-192-22/+22
* Auto merge of #5817 - NickLaMuro:bug_with_path_gem_source_equivalency, r=segi...The Bundler Bot2017-07-051-0/+7
|\
| * Compare sources using source's rootNick LaMuro2017-06-291-0/+7
* | Enable specific_platform by default on 2.0Samuel Giddins2017-07-051-1/+1
* | Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-032-5/+6
* | More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-272-6/+7
* | Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-232-2/+115
* | Error if lockfile_uses_separate_rubygems_sources is set without disable_multi...Samuel Giddins2017-06-231-2/+8
* | Implement source pinning for 2.0Samuel Giddins2017-06-232-7/+15
* | Add failing test for invalid warningJuan Barreneche2017-06-231-4/+18
* | Put new source pinning specs behind a feature flagSamuel Giddins2017-06-231-49/+53
* | Failing spec for #3671.Tim Moore2017-06-231-1/+74
|/
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-233-24/+22
* Allow not having specs available for gems that won’t be installedSamuel Giddins2017-06-221-2/+2
* Remove `require "spec_helper"` from spec filesKoichi ITO2017-06-211-1/+0
* Auto merge of #5718 - bundler:seg-reduce-gemfile-eval-count, r=indirectThe Bundler Bot2017-06-161-0/+48
|\
| * Eval Gemfiles one fewer time when running `bundle install`seg-reduce-gemfile-eval-countSamuel Giddins2017-06-141-0/+48
* | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirectThe Bundler Bot2017-06-161-2/+2
|\ \
| * | Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-131-2/+2
| |/
* | [Installer] Load plugin files from path gemsSamuel Giddins2017-06-141-0/+23
|/
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-309-9/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-039-9/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-282-8/+8