Skip to content

Commit 80f8758

Browse files
committed
Remove BUNDLED WITH sections
* They can cause to download another Bundler version but it is never what we want when testing or benchmarking TruffleRuby.
1 parent 792d397 commit 80f8758

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

test/truffle/cexts/grpc/Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ PLATFORMS
1313

1414
DEPENDENCIES
1515
grpc (= 1.48.0)
16-
17-
BUNDLED WITH
18-
2.3.26

test/truffle/ecosystem/blog6/Gemfile.lock.renamed

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,3 @@ DEPENDENCIES
180180

181181
RUBY VERSION
182182
ruby 2.4.4p0 (truffleruby 0.0-c3a45cc6)
183-
184-
BUNDLED WITH
185-
2.3.26

test/truffle/gems/bundler-version/two/Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ PLATFORMS
66
ruby
77

88
DEPENDENCIES
9-
10-
BUNDLED WITH
11-
2.3.26

test/truffle/gems/default-bundled-gems/Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,3 @@ DEPENDENCIES
211211
weakref (= 0.1.1)
212212
yaml (= 0.2.0)
213213
zlib (= 2.1.1)
214-
215-
BUNDLED WITH
216-
2.3.26

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
3737
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
3838

39-
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '601ebae39265411aa0f24ace19dd3695f8ba149e'
39+
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '4a98d65c72baa451c0435dcf13a785dc1b32ace9'
4040

4141
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
4242
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)

0 commit comments

Comments
 (0)