Skip to content

Commit 145501a

Browse files
authored
Merge pull request #90 from buildkite/js/rbenv-gitignore
[Improvements] Added .ruby-version for `rbenv` local use
2 parents e9fbe9a + 6e21779 commit 145501a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.2.2

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.2.2
22

33
ENV RACK_ENV=production
44

0 commit comments

Comments
 (0)