Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 6c1603a commit 8594dcc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
3.3.6
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# STEP 1 build base image
############################

FROM ruby:2.7.0-buster as base
FROM ruby:3.2.2-buster as base

RUN apt-get update \
&& apt-get install -y apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# STEP 1 build base image
############################

FROM ruby:2.7.0-buster as base
FROM ruby:3.2.2-buster as base

RUN apt-get update \
&& apt-get install -y apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

ruby '2.7.0'
ruby '3.3.6'

0 comments on commit 8594dcc

Please sign in to comment.