File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ module Blog6Setup
6
6
7
7
def self . setup_bundler
8
8
Dir . chdir ( BLOG6_DIR ) do
9
+ FileUtils . cp 'Gemfile.renamed' , 'Gemfile'
9
10
FileUtils . cp 'Gemfile.lock.renamed' , 'Gemfile.lock'
11
+
10
12
gem_test_pack = JT . gem_test_pack
11
13
JT . ruby ( *%w[ -S bundle config --local cache_path ] , "#{ gem_test_pack } /gem-cache" )
12
14
JT . ruby ( *%w[ -S bundle config --local without postgresql mysql ] )
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ alias truffleruby="jt ruby -S"
8
8
9
9
gem_test_pack_path=" $1 "
10
10
11
+ # NOTE: part of this logic is duplicated in bench/rails/blog6-setup.rb
11
12
# The Gemfile and Gemfile.lock are renamed to avoid GitHub thinking those gems are dependencies of TruffleRuby
12
13
cp Gemfile.renamed Gemfile
13
14
cp Gemfile.lock.renamed Gemfile.lock
You can’t perform that action at this time.
0 commit comments