Skip to content

Commit

Permalink
Upgrade Ruby to v3.2.2 (#1099)
Browse files Browse the repository at this point in the history
This includes two security updates.
  • Loading branch information
Mr0grog authored Apr 7, 2023
1 parent e85d7f6 commit ab9a087
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1-node
- image: cimg/ruby:3.2.2-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.1
3.2.2
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.1-slim as base
FROM ruby:3.2.2-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.1'
ruby '3.2.2'

gem 'aws-sdk-s3', '~> 1.119'
gem 'concurrent-ruby', '~> 1.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
webmock (~> 3.18)

RUBY VERSION
ruby 3.2.1p31
ruby 3.2.2p53

BUNDLED WITH
2.3.21

0 comments on commit ab9a087

Please sign in to comment.