summaryrefslogtreecommitdiff
path: root/spec/install/gems
Commit message (Expand)AuthorAgeFilesLines
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-122-6/+6
* s/last_command.stderr/err/David Rodríguez2019-04-123-6/+6
* Unify stderr helpersDavid Rodríguez2019-04-122-2/+2
* Move on to bundler 3David Rodríguez2019-04-113-23/+23
* Fix deprecation warningDavid Rodríguez2019-04-111-1/+1
* Move multiple global source removal to bundler 3David Rodríguez2019-04-081-3/+3
* Merge #7023Bundlerbot2019-04-041-0/+41
|\
| * Shellsplit build configshellsplit_build_configDavid Rodríguez2019-03-281-0/+41
* | Always pass the `--all` flag when neededremove_bundle_update_deprecationsDavid Rodríguez2019-03-302-2/+2
* | Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-293-8/+8
|/
* Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-081-0/+20
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-253-3/+3
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-195-18/+18
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-142-3/+3
* Split stderr and stdout in specsDavid Rodríguez2019-02-146-26/+26
* Update the additional versions of rake in rspec examples.update-default-version-of-templateSHIBATA Hiroshi2019-01-241-1/+1
* Backport from ruby coreSHIBATA Hiroshi2018-11-012-2/+2
* Added ruby_core filtering condition with some examples.SHIBATA Hiroshi2018-10-205-7/+7
* Let updater retry on HTTPRequestedRangeNotSatisfiable (416)Maxime Lapointe2018-08-271-0/+31
* Fix error sortingSamuel Giddins2018-08-061-4/+4
* Make version conflict messages betterSamuel Giddins2018-08-061-3/+2
* Update sudo specsSamuel Giddins2018-07-291-0/+4
* Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-151-9/+3
* Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-151-3/+9
* Fix specs against RubyGems masterSamuel Giddins2018-04-061-2/+3
* Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-101-1/+1
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-011-1/+1
* Added hostname for file protocol in GemfileSHIBATA Hiroshi2017-12-281-5/+5
* Merge tag 'v1.16.1'Samuel Giddins2017-12-272-11/+11
|\
| * Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-112-11/+11
| * Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-182-4/+19
* | Dont consider deps pinned on 1.x if they dont have an explicit sourceSamuel Giddins2017-09-131-1/+1
* | Avoid request-bloat in double checking logicSamuel Giddins2017-09-132-3/+18
* | Expand path relative to pwd in the settings validatorSamuel Giddins2017-09-081-16/+30
* | Test that standalone writes to path relative to cwd on 2.0Samuel Giddins2017-09-081-1/+3
|/
* Update the resolving spec for debug output having changedSamuel Giddins2017-08-011-2/+4
* Ensure sudo specs are run against system gems for consistencyseg-validate-settingsSamuel Giddins2017-07-241-0/+3
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-1/+1
* Update the specs for the new :deployment settingSamuel Giddins2017-07-192-4/+4
* Fix the realworld specs under Bundler 2Samuel Giddins2017-07-191-8/+1
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-193-13/+11
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-192-13/+17
* Auto merge of #5826 - greysteil:handle-invalid-range-errors, r=indirectThe Bundler Bot2017-07-081-0/+21
|\
| * Avoid Range Not Satisfiable errors during normal request flowGrey Baker2017-07-041-0/+21
* | Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-1/+1
* | Update the Bundler 2 specs for the removal of using... messagesseg-suppress-using-messagesSamuel Giddins2017-07-031-1/+0
|/
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-273-17/+210
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+1
* Error if lockfile_uses_separate_rubygems_sources is set without disable_multi...Samuel Giddins2017-06-231-2/+2
* Avoid fetching the full index to get all dependency namesSamuel Giddins2017-06-231-0/+24