Skip to content

Commit 610b16e

Browse files
committed
[GR-20097] Update ecosystem test puma dependency version.
PullRequest: truffleruby/1187
2 parents 783d529 + 35a5aa9 commit 610b16e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/truffle/ecosystem/blog5/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GEM
8080
nokogiri (1.10.5)
8181
mini_portile2 (~> 2.4.0)
8282
pg (1.1.4)
83-
puma (3.12.1)
83+
puma (3.12.2)
8484
rack (2.0.7)
8585
rack-test (1.1.0)
8686
rack (>= 1.0, < 3)

test/truffle/ecosystem/blog6/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
nokogiri (1.10.4)
8888
mini_portile2 (~> 2.4.0)
8989
pg (1.1.3)
90-
puma (3.12.0)
90+
puma (3.12.2)
9191
rack (2.0.7)
9292
rack-test (1.1.0)
9393
rack (>= 1.0, < 3)

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
GRAAL_DIR = File.expand_path('../graal', TRUFFLERUBY_DIR)
3131
PROFILES_DIR = "#{TRUFFLERUBY_DIR}/profiles"
3232

33-
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '9c09023af9c8d601b2850b3649c725eb9c0a5061'
33+
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'fa8e5817c1496e136caa1f994864712b2faf6bc7'
3434

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

0 commit comments

Comments
 (0)