This commit is contained in:
chiu 2020-02-14 11:21:14 +08:00
parent d0a3d60c97
commit ada2b6ccbe
1 changed files with 10 additions and 7 deletions

View File

@ -33,13 +33,16 @@ if old_gemfile_text != new_gemfile_text
File.open(ENV['PWD']+'/Gemfile', 'w') do |file| File.open(ENV['PWD']+'/Gemfile', 'w') do |file|
file.write new_gemfile_text file.write new_gemfile_text
end end
#a = Thread.new do a = Thread.new do
# Bundler.with_clean_env do Bundler.with_clean_env do
# system("bundle update") puts 'waiting'
# puts 'test123' Thread.stop
# end system("bundle update")
#end puts 'test123'
#a.join() end
end
a.wakeup
a.join
Thread.exit Thread.exit
end end
# Describe your gem and declare its dependencies: # Describe your gem and declare its dependencies: