We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f9032 commit 147fe63Copy full SHA for 147fe63
test/truffle/ecosystem/blog-shared.sh.inc
@@ -8,7 +8,8 @@ alias truffleruby="jt ruby -S"
8
9
gem_test_pack_path="$1"
10
11
-# The Gemfile.lock is renamed to avoid GitHub thinking those gems are dependencies of TruffleRuby
+# The Gemfile and Gemfile.lock are renamed to avoid GitHub thinking those gems are dependencies of TruffleRuby
12
+cp Gemfile.renamed Gemfile
13
cp Gemfile.lock.renamed Gemfile.lock
14
15
if [ "$gem_test_pack_path" ]; then
test/truffle/ecosystem/blog6/Gemfile renamed to test/truffle/ecosystem/blog6/Gemfile.renamed
0 commit comments