diff --git a/.circleci/config.yml b/.circleci/config.yml index 6401eabe..464698be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ executors: rails_executor: working_directory: ~/web-monitoring-db docker: - - image: cimg/ruby:3.2.0-node + - image: cimg/ruby:3.2.1-node environment: RAILS_ENV: test RACK_ENV: test diff --git a/.ruby-version b/.ruby-version index 944880fa..e4604e3a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.2.1 diff --git a/Dockerfile b/Dockerfile index ea1ef060..960fa97b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://docs.docker.com/engine/userguide/eng-image/multistage-build ### BASE ENVIRONMENT STAGE ### -FROM ruby:3.2.0-slim as base +FROM ruby:3.2.1-slim as base LABEL maintainer="enviroDGI@gmail.com" # Install apt based dependencies required to run Rails as diff --git a/Gemfile b/Gemfile index 8318ab4f..710e2dfa 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -ruby '3.2.0' +ruby '3.2.1' gem 'aws-sdk-s3', '~> 1.119' gem 'concurrent-ruby', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 44a25e7c..828ae647 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -417,7 +417,7 @@ DEPENDENCIES webmock (~> 3.18) RUBY VERSION - ruby 3.2.0p0 + ruby 3.2.1p31 BUNDLED WITH 2.3.21