Skip to content

Commit 3378c1c

Browse files
committed
Add .ruby-version file
1 parent 18c7d33 commit 3378c1c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ build/*
22
_site/*
33
.bundle
44
.idea
5-
.ruby-version
65
.sass-cache
76
tmp
87
app/application.js

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
FROM ruby:3.4.8-slim-trixie AS builder
33
# install build dependencies
44
RUN apt update && apt install make gcc g++ libffi-dev nodejs git -y
5+
COPY ./.ruby-version /app/.ruby-version
56
COPY ./Gemfile /app/Gemfile
67
COPY ./Gemfile.lock /app/Gemfile.lock
78
WORKDIR /app

0 commit comments

Comments
 (0)