5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:14:17 +00:00

fix: no fallar en File#touch

This commit is contained in:
f 2024-01-12 17:09:08 -03:00
parent 56e4684ef1
commit 60fa25e5a8
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)
::File.touch(gemfile_path)
end
end