Skip to content

Commit f2523e3

Browse files
committed
Update Ruby to 3.1.0
1 parent 097888b commit f2523e3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
2525

2626
#### Languages and services
2727

28-
- Update `Ruby` to `3.0.3` and switch to Debian Bullseye Slim
28+
- Update `Ruby` to `3.1.0` and switch to Debian Bullseye Slim
2929
- Update `Node` to `16.x`
3030
- Update `PostgreSQL` to `14.1` and switch to Debian Bullseye Slim
3131
- Update `Redis` to `6.2.6` and switch to Debian Bullseye Slim

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0.3-slim-bullseye AS assets
1+
FROM ruby:3.1.0-slim-bullseye AS assets
22
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"
33

44
WORKDIR /app
@@ -38,7 +38,7 @@ CMD ["bash"]
3838

3939
###############################################################################
4040

41-
FROM ruby:3.0.3-slim-bullseye AS app
41+
FROM ruby:3.1.0-slim-bullseye AS app
4242
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"
4343

4444
WORKDIR /app

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.0.3"
4+
ruby "3.1.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.0.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ DEPENDENCIES
243243
webdrivers
244244

245245
RUBY VERSION
246-
ruby 3.0.3p157
246+
ruby 3.1.0p0
247247

248248
BUNDLED WITH
249-
2.2.32
249+
2.3.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
1414
based on building and deploying dozens of assorted Dockerized web apps since
1515
late 2014.
1616

17-
**This app is using Rails 7.0.1 and Ruby 3.0.3**. The screenshot doesn't get
17+
**This app is using Rails 7.0.1 and Ruby 3.1.0**. The screenshot doesn't get
1818
updated every time I bump the versions:
1919

2020
[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-rails-example/blob/main/.github/docs/screenshot.jpg?raw=true)

0 commit comments

Comments
 (0)