summaryrefslogtreecommitdiff
path: root/spec/install/gemfile
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-091-0/+24
|\ \
| * | [RubygemsIntegration] Stub out Gem.finish_resolveseg-gem-finish-resolveSamuel Giddins2017-05-031-0/+24
| |/
* | Fix a typosKoichi ITO2017-05-031-1/+1
|/
* [Git] Allow specifying non-branch symbolic refsseg-fetch-named-symbolic-refsSamuel Giddins2017-04-281-0/+87
* Apply source to calculate stub spec extensionJulian Nadeau2017-04-181-0/+5
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-111-1/+6
* Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-221-0/+20
* [LazySpecification] Handle when the swapped platform-specfic spec has extra depsSamuel Giddins2017-02-152-0/+46
* Add a spec for installing in deployment after changing gemspecSamuel Giddins2017-02-101-0/+25
* Auto merge of #5391 - bundler:seg-ruby-version-requirement-valid, r=indirectThe Bundler Bot2017-02-081-0/+20
|\
| * Use RUBY_VERSION for ruby dsl specseg-ruby-version-requirement-validSamuel Giddins2017-02-011-1/+1
| * [RubyVersion] Ensure passed-in versions are valid during initSamuel Giddins2017-02-011-0/+20
* | Fix warning message when a dependency is unused on any platformHirofumi Wakasugi2017-02-021-2/+2
|/
* [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platformsSamuel Giddins2017-01-231-0/+18
* [Definition] Avoid re-resolving when a gemspec has dev depsseg-gemspec-dev-deps-no-resolveSamuel Giddins2017-01-231-0/+17
* Add a spec for gemspec deps not requiring re-resolveSamuel Giddins2017-01-211-0/+14
* Disable RSpec monkey patchingSamuel Giddins2017-01-159-11/+11
* [GitProxy] Use shellwords to escape user inputseg-git-branch-hashSamuel Giddins2017-01-051-0/+57