Skip to content

Commit 3b6fc02

Browse files
authored
[ruby/roda] Use Ruby 3.4-rc (#9067)
| name| branch_name|plaintext|update| json| db|query|fortune|weighted_score| |-----------|-------------------------|---------|------|------|-----|-----|-------|--------------| |roda-sequel| master| 112094| 10588|111179|33741|18274| 23871| 1406| |roda-sequel| roda/ruby-3.4-rc| 124965| 10745|108288|46846|21523| 27565| 1524|
1 parent 553705c commit 3b6fc02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frameworks/Ruby/roda-sequel/roda-sequel-postgres-unicorn-mri.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3
1+
FROM ruby:3.4-rc
22

33
ADD ./ /roda-sequel
44
WORKDIR /roda-sequel

frameworks/Ruby/roda-sequel/roda-sequel-postgres.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3
1+
FROM ruby:3.4-rc
22

33
ADD ./ /roda-sequel
44
WORKDIR /roda-sequel

frameworks/Ruby/roda-sequel/roda-sequel-unicorn-mri.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3
1+
FROM ruby:3.4-rc
22

33
ADD ./ /roda-sequel
44
WORKDIR /roda-sequel

frameworks/Ruby/roda-sequel/roda-sequel.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3
1+
FROM ruby:3.4-rc
22

33
ADD ./ /roda-sequel
44
WORKDIR /roda-sequel

0 commit comments

Comments
 (0)