Skip to content

Commit 70e58e7

Browse files
authored
Amend ruby version in docker image and documentation (#750)
1 parent 0cea3fc commit 70e58e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Help would be appreciated! Please join us in [slack #flaredown](https://rubyforg
1313
* PostgreSQL 12.8
1414
* MongoDB 4.4.9
1515
* Redis 6.2.3
16-
* Ruby 3.1.3
16+
* Ruby 3.2.3
1717
* Node 12.22.6
1818

1919
## Installation

backend/Dockerfile

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

33
# set working directory
44
WORKDIR /app

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby file: ".ruby-version"
3+
ruby "3.2.3"
44

55
# Configuration management. keep on top of Gemfile
66
gem "dotenv-rails", groups: %i[development test]

0 commit comments

Comments
 (0)