Skip to content

Commit cedfbee

Browse files
committed
[GR-17457] Rename Gemfile for blog6 test
PullRequest: truffleruby/3268
2 parents a5fd6c8 + 147fe63 commit cedfbee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/truffle/ecosystem/blog-shared.sh.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ alias truffleruby="jt ruby -S"
88

99
gem_test_pack_path="$1"
1010

11-
# The Gemfile.lock is renamed to avoid GitHub thinking those gems are dependencies of TruffleRuby
11+
# The Gemfile and Gemfile.lock are renamed to avoid GitHub thinking those gems are dependencies of TruffleRuby
12+
cp Gemfile.renamed Gemfile
1213
cp Gemfile.lock.renamed Gemfile.lock
1314

1415
if [ "$gem_test_pack_path" ]; then

0 commit comments

Comments
 (0)