From 76a1f819c9f80988f03db15b5313959c97e46994 Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 12 Sep 2023 13:38:56 +0000 Subject: [PATCH] =?UTF-8?q?bundler=20=E5=9C=A82.7.6=E5=85=88=E4=B8=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=8C=E6=9C=89=E4=BA=9B=E5=AE=A2=E6=88=B6?= =?UTF-8?q?=E6=B2=92=E7=B6=B2=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- announcement.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/announcement.gemspec b/announcement.gemspec index 6b168d7..c2ba196 100644 --- a/announcement.gemspec +++ b/announcement.gemspec @@ -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")