Skip to content

Commit

Permalink
Update dependency ruby to v3.3.0 (o19s#937)
Browse files Browse the repository at this point in the history
* Update dependency ruby to v3.3.0
---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Pugh <[email protected]>
  • Loading branch information
renovate[bot] and epugh committed Feb 1, 2024
1 parent cb75da1 commit a438507
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.2.2-browsers
- image: cimg/ruby:3.3.0-browsers
environment: # environment variables for primary container
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
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.3.0
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-bullseye
FROM ruby:3.3.0-bullseye

LABEL maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /srv/app
COPY package.json yarn.lock ./
RUN yarn install --production=true

FROM ruby:3.2.2-bullseye
FROM ruby:3.3.0-bullseye

LABEL maintainer="[email protected]"

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.2'
ruby '3.3.0'

gem 'activerecord-import', '>= 1.0.7'
gem 'active_storage_db'
Expand Down

0 comments on commit a438507

Please sign in to comment.