bundler 在2.7.6先不更新,有些客戶沒網路

This commit is contained in:
chiu 2023-09-12 13:38:56 +00:00
parent 764f4326e4
commit 76a1f819c9
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@ if bundle_update_flag
#else
if RUBY_VERSION.to_f==2.1
command1 = "gem install bundler -v 1.17.3 ; bundle update --all"
else
command1 = "gem install bundler -v 2.3.3 ; bundle update --all"
#else
#command1 = "gem install bundler -v 2.3.3 ; bundle update --all"
end
#end
filedata = File.read(env_pwd+"/built_in_extensions.rb")