Skip to content

Commit

Permalink
Update Ruby to 3.3.6
Browse files Browse the repository at this point in the history
Should clear up our vulnerabilities too.
  • Loading branch information
tpendragon authored and hackartisan committed Nov 14, 2024
1 parent 0488162 commit d0e76d6
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 @@ -31,7 +31,7 @@ jobs:
working_directory: ~/rails_template
docker:
- &ruby_docker
image: cimg/ruby:3.3.5-browsers
image: cimg/ruby:3.3.6-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.3.5
ruby 3.3.6
awscli 2.11.24
yarn 1.22.10
nodejs 22.9.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.3.5
ARG RUBY_VERSION=3.3.6
FROM ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down

0 comments on commit d0e76d6

Please sign in to comment.