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] committed Jul 27, 2023
1 parent cafdd5a commit d847695
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 180 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.2.2
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.2.2'

0 comments on commit d847695

Please sign in to comment.