5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 04:30:49 +00:00

fix: touch

This commit is contained in:
f 2024-02-22 16:04:10 -03:00
parent 023b239150
commit 969d641a91
No known key found for this signature in database

View file

@ -578,7 +578,7 @@ class Site < ApplicationRecord
if !gems_installed? || gemfile_updated? || gemfile_lock_updated?
deploy_local.bundle
touch
::File.touch(gemfile_path)
FileUtils.touch(gemfile_path)
end
end