Skip to content

Commit

Permalink
Upgrade Ruby to v3.2.1 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog authored Feb 13, 2023
1 parent d12fa29 commit f01ad68
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.0-node
- image: cimg/ruby:3.2.1-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.0
3.2.1
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.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
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.0'
ruby '3.2.1'

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 @@ -417,7 +417,7 @@ DEPENDENCIES
webmock (~> 3.18)

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.1p31

BUNDLED WITH
2.3.21

0 comments on commit f01ad68

Please sign in to comment.