Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 743a822

Browse files
committed
[ruby/roda] Upgrade to Ruby 3.5-rc
1 parent bcf6799 commit 743a822

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

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

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.4
1+
FROM ruby:3.5-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.4
1+
FROM ruby:3.5-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.4
1+
FROM ruby:3.5-rc
22

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

0 commit comments

Comments
 (0)