Skip to content

Commit

Permalink
Upgrade Ruby to v3.2.4 (#1110)
Browse files Browse the repository at this point in the history
This resolves some security vulnerabilities. Release notes: https://github.com/ruby/ruby/releases/tag/v3_2_4
  • Loading branch information
Mr0grog authored Apr 24, 2024
1 parent abcf7d5 commit 7158256
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
rails_executor:
working_directory: ~/web-monitoring-db
docker:
- image: cimg/ruby:3.2.2-node
- image: cimg/ruby:3.2.4-node
environment:
RAILS_ENV: test
RACK_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.docker.com/engine/userguide/eng-image/multistage-build

### BASE ENVIRONMENT STAGE ###
FROM ruby:3.2.2-slim as base
FROM ruby:3.2.4-slim as base
LABEL maintainer="enviroDGI@gmail.com"

# Install apt based dependencies required to run Rails as
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '3.2.2'
ruby '3.2.4'

gem 'aws-sdk-s3', '~> 1.119'
gem 'concurrent-ruby', '~> 1.2'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,10 @@ GEM
oj (3.13.23)
orm_adapter (0.5.0)
os (1.1.4)
parallel (1.22.1)
parser (3.2.0.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.4.5)
postmark (1.22.1)
json
Expand Down Expand Up @@ -296,16 +297,16 @@ GEM
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.4)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
Expand Down Expand Up @@ -350,7 +351,7 @@ GEM
uber (0.1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
Expand All @@ -373,6 +374,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -416,7 +418,7 @@ DEPENDENCIES
webmock (~> 3.18)

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.4p170

BUNDLED WITH
2.3.21
2.5.9

0 comments on commit 7158256

Please sign in to comment.