Skip to content

Commit

Permalink
fix: upgrade Ruby to 3.2.4 to address CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboehs committed Apr 26, 2024
1 parent 2f6e5ca commit 1197254
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.2.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.3-slim-bookworm AS rubyimg
FROM ruby:3.2.4-slim-bookworm AS rubyimg
FROM rubyimg AS modules

WORKDIR /tmp
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-k8s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.3-slim-bullseye AS rubyimg
FROM ruby:3.2.4-slim-bullseye AS rubyimg
FROM rubyimg AS modules

WORKDIR /tmp
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

ruby '~> 3.2.3'
ruby '~> 3.2.4'

# Modules
path 'modules' do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ DEPENDENCIES
yard

RUBY VERSION
ruby 3.2.3p157
ruby 3.2.4p170

BUNDLED WITH
2.4.9
2 changes: 1 addition & 1 deletion docs/setup/native.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Vets API requires:

- Ruby 3.2.3
- Ruby 3.2.4
- PostgreSQL 15.x (including PostGIS 3)
- Redis 6.2.x

Expand Down

0 comments on commit 1197254

Please sign in to comment.