mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
974c40c842
On bundler 3, where the default install path is `.bundle`, these specs were trying to change permissions of the `.bundle/ruby/<ruby_abi_version>` folder, which didn't exist yet,so the permission changing command was failing and the spec was not testing the right thing. Change the specs so that the permissions are correctly changed, by first configuring the local path to be `.bundle` (which creates the `.bundle` folder), and then changing permissions of the `.bundle` folder explicitly, which exists already. https://github.com/rubygems/rubygems/commit/2833162fb0 |
||
---|---|---|
.. | ||
gemfile | ||
gems | ||
allow_offline_install_spec.rb | ||
binstubs_spec.rb | ||
bundler_spec.rb | ||
deploy_spec.rb | ||
failure_spec.rb | ||
gemfile_spec.rb | ||
gemspecs_spec.rb | ||
git_spec.rb | ||
global_cache_spec.rb | ||
path_spec.rb | ||
prereleases_spec.rb | ||
process_lock_spec.rb | ||
redownload_spec.rb | ||
security_policy_spec.rb | ||
yanked_spec.rb |