Attempt to clear permissions on the bundler scratch file

This commit is contained in:
Mark VanderVoord
2023-01-05 16:33:14 -05:00
parent d3962d56c3
commit 4b265c2f27
+1
View File
@@ -34,6 +34,7 @@ jobs:
sudo gem install bundler
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
rm -rf ~/.bundle
bundle install
# Run Tests