Skip to content

Commit

Permalink
Amend ruby version in docker image and documentation (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenrou authored May 9, 2024
1 parent 0cea3fc commit 70e58e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Help would be appreciated! Please join us in [slack #flaredown](https://rubyforg
* PostgreSQL 12.8
* MongoDB 4.4.9
* Redis 6.2.3
* Ruby 3.1.3
* Ruby 3.2.3
* Node 12.22.6

## Installation
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3
FROM ruby:3.2.3

# set working directory
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby file: ".ruby-version"
ruby "3.2.3"

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

0 comments on commit 70e58e7

Please sign in to comment.