We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f563c2 commit f6c83d6Copy full SHA for f6c83d6
.ruby-version
@@ -1 +1 @@
1
-3.1.2
+3.3.5
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.1.2 AS ci_image
+FROM ruby:3.3.5 AS ci_image
2
3
# 92c56cb432c5d86d8687d765bd6d0847dc80edfbab28a878a9c11eec9289b02d fly-7.8.2-linux-amd64.tgz
4
# 6cf7acfcde78a980339cba1534c01be28d360306e5c76c60c5546e3847434eb7 fly-7.9.1-linux-amd64.tgz
Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-ruby '3.1.2'
+ruby '3.3.5'
gem 'rhcl', '~> 0.1.0'
5
6
group :development do
Gemfile.lock
@@ -258,7 +258,7 @@ DEPENDENCIES
258
simplecov (~> 0.22.0)
259
260
RUBY VERSION
261
- ruby 3.1.2p20
+ ruby 3.3.5p100
262
263
BUNDLED WITH
264
2.3.20
0 commit comments