Skip to content

Commit

Permalink
Update to Ruby 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Nov 8, 2024
1 parent f2bab23 commit 62d692a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Languages and services

- Update `Ruby` to `3.3.5`
- Update `Ruby` to `3.3.6`
- Update `Postgres` to `17.0`
- Update `Redis` to `7.4.1`

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.5-slim-bookworm AS assets
FROM ruby:3.3.6-slim-bookworm AS assets
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"

WORKDIR /app
Expand Down Expand Up @@ -42,7 +42,7 @@ CMD ["bash"]

###############################################################################

FROM ruby:3.3.5-slim-bookworm AS app
FROM ruby:3.3.6-slim-bookworm AS app
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.5"
ruby "3.3.6"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.16
2.5.22
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
based on building and deploying dozens of assorted Dockerized web apps since
late 2014.

**This app is using Rails 8.0.0 and Ruby 3.3.5**. The screenshot doesn't get
**This app is using Rails 8.0.0 and Ruby 3.3.6**. The screenshot doesn't get
updated every time I bump the versions:

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

0 comments on commit 62d692a

Please sign in to comment.