Skip to content

Commit

Permalink
Update to Ruby 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Sep 23, 2024
1 parent 5aad445 commit f0f0cbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
working_directory: ~/rails_template
docker:
- &ruby_docker
image: cimg/ruby:3.2.5-browsers
image: cimg/ruby:3.3.5-browsers
environment:
RAILS_ENV: test
steps:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.2.5
ruby 3.3.5
awscli 2.11.24
yarn 1.22.10
nodejs 18.18.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.5
ARG RUBY_VERSION=3.3.5
FROM ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down

0 comments on commit f0f0cbf

Please sign in to comment.