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 Jun 12, 2024
1 parent 6c1603a commit d1ad5f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3
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.3'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ DEPENDENCIES
webpacker (< 7)

RUBY VERSION
ruby 2.7.0p0
ruby 3.3.3p89

BUNDLED WITH
2.3.8

0 comments on commit d1ad5f5

Please sign in to comment.