We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cea3fc commit 70e58e7Copy full SHA for 70e58e7
README.md
@@ -13,7 +13,7 @@ Help would be appreciated! Please join us in [slack #flaredown](https://rubyforg
13
* PostgreSQL 12.8
14
* MongoDB 4.4.9
15
* Redis 6.2.3
16
-* Ruby 3.1.3
+* Ruby 3.2.3
17
* Node 12.22.6
18
19
## Installation
backend/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.1.3
+FROM ruby:3.2.3
2
3
# set working directory
4
WORKDIR /app
backend/Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"
-ruby file: ".ruby-version"
+ruby "3.2.3"
5
# Configuration management. keep on top of Gemfile
6
gem "dotenv-rails", groups: %i[development test]
0 commit comments