summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* TweakDavid Rodríguez2020-01-031-1/+1
* Unify deployment setting and flagimprove_deployment_flagDavid Rodríguez2019-12-313-3/+16
* Add missing specsDavid Rodríguez2019-12-311-0/+10
* Reword spec to be easier to understandDavid Rodríguez2019-12-311-1/+1
* Split credentials specs out of the surrounding contextDavid Rodríguez2019-12-311-70/+71
* Improve readabilityDavid Rodríguez2019-12-311-6/+2
* Add a bang to some commands not supposed to failDavid Rodríguez2019-12-311-5/+5
* Don't try to installDavid Rodríguez2019-12-311-1/+1
* Use raise instead of flunkSutou Kouhei2019-12-311-1/+1
* Fix rspec stuck problem for large stderr external commandSutou Kouhei2019-12-311-2/+4
* Add ruby2_keywordsSutou Kouhei2019-12-313-3/+3
* Fix `rake build` when path has spaces on itfix/rake_build_with_spaced_pathDavid Rodríguez2019-12-201-0/+14
* Make sure to `require "rubygems"` explicitlyrequire_rubygemsDavid Rodríguez2019-12-181-0/+6
* Fix another silent rubygems issuefix_another_silent_rubygems_issueDavid Rodríguez2019-12-161-0/+6
* Merge #7482Bundlerbot2019-12-144-4/+8
|\
| * Fixed test failures with gem command path on ruby core repo.fixed-bundler-specs-on-ruby-repoHiroshi SHIBATA2019-12-144-4/+8
* | Delegate should be supported nowdelegate_is_now_supportedDavid Rodríguez2019-12-141-1/+1
|/
* Revert "Write & read dummy gems binarily"cleanup_windows_ci_logsDavid Rodríguez2019-12-132-2/+2
* Merge #7477Bundlerbot2019-12-131-1/+1
|\
| * Skip `did_you_mean` and `delegate` failures on MRI 2.7skip_did_you_mean_on_2_7David Rodríguez2019-12-131-1/+1
* | Delay deprecation of `bundle config` and `bundle update` without argsundeprecate_argless_config_and_updateDavid Rodríguez2019-12-131-9/+9
|/
* Merge #7460Bundlerbot2019-12-1316-60/+58
|\
| * No longer need workarounds since our uri version is fixedvendorize_uri_libraryDavid Rodríguez2019-12-081-2/+0
| * Use vendorized version of uri libraryDavid Rodríguez2019-12-0815-58/+58
* | Bump RuboCop to 0.77.0Koichi ITO2019-12-121-1/+1
* | Remove unnecessary -I optionfix_gem_tasksDavid Rodríguez2019-12-101-1/+1
* | Fix `bundle exec rake install` not workingDavid Rodríguez2019-12-101-0/+22
* | Prefer `be_empty` to `eq("")`David Rodríguez2019-12-095-10/+10
|/
* Remove unnecessary parameter to `fetch_specs`David Rodríguez2019-12-061-1/+1
* Rename `unrequire_rubygems` to `reexec`improve_rubygems_switcherDavid Rodríguez2019-12-011-2/+2
* Rename `env_version` to `source`David Rodríguez2019-12-011-11/+11
* Rename `target_tag_version` to `target_tag`David Rodríguez2019-12-011-5/+5
* Improve rubygems switching codeDavid Rodríguez2019-12-014-45/+14
* Merge #7418Bundlerbot2019-11-291-0/+17
|\
| * Restore previous BUNDLE_GEMFILE in bundler/inlinefatkodima2019-11-221-0/+17
* | Merge #7459Bundlerbot2019-11-291-9/+12
|\ \
| * | Fix condition to verify root is a git directoryunskip_quality_specsDavid Rodríguez2019-11-281-1/+1
| * | Extract git check logic to a methodDavid Rodríguez2019-11-281-9/+12
* | | Use activation hack in default gem activation specsDavid Rodríguez2019-11-281-2/+2
* | | Split default gem activation specsDavid Rodríguez2019-11-281-26/+20
* | | Only consider exempted default gemsDavid Rodríguez2019-11-281-5/+1
* | | Easier figuring out of default gemsDavid Rodríguez2019-11-281-3/+1
* | | `Gem::Specification` should always be an `Enumerable`David Rodríguez2019-11-281-3/+1
* | | `Gem::Specification#activate` should always be definedDavid Rodríguez2019-11-281-10/+8
* | | Fix a warning in activation hack snippetDavid Rodríguez2019-11-281-1/+1
* | | Don't hide part of backtracesDavid Rodríguez2019-11-281-3/+1
* | | Always pass env as strings to helpersDavid Rodríguez2019-11-2811-24/+22
|/ /
* | Merge #7455Bundlerbot2019-11-261-2/+1
|\ \
| * | Lazily load `open3`David Rodríguez2019-11-261-2/+1
* | | Merge #7419Bundlerbot2019-11-261-0/+20
|\ \ \ | |/ / |/| |