-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #653 from dxw/renovate/ruby-3.2.x
Update dependency ruby to v3.2.2
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.2.1 | ||
3.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# ------------------------------------------------------------------------------ | ||
# Base | ||
# ------------------------------------------------------------------------------ | ||
FROM ruby:3.2.1 as base | ||
FROM ruby:3.2.2 as base | ||
LABEL org.opencontainers.image.authors="[email protected]" | ||
|
||
RUN curl -L https://deb.nodesource.com/setup_16.x | bash - | ||
RUN curl -L https://deb.nodesource.com/setup_20.x | bash - | ||
RUN curl https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - | ||
RUN \ | ||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | \ | ||
|
@@ -38,8 +38,8 @@ ENV BUNDLE_GEM_GROUPS ${RAILS_ENV} | |
COPY Gemfile ${DEPS_HOME}/Gemfile | ||
COPY Gemfile.lock ${DEPS_HOME}/Gemfile.lock | ||
|
||
RUN gem update --system 3.3.5 | ||
RUN gem install bundler -v 2.3.5 | ||
RUN gem update --system 3.5.1 | ||
RUN gem install bundler -v 2.4.7 | ||
RUN bundle config set frozen "true" | ||
RUN bundle config set no-cache "true" | ||
RUN bundle config set with "${BUNDLE_GEM_GROUPS}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -409,7 +409,7 @@ DEPENDENCIES | |
web-console (>= 3.3.0) | ||
|
||
RUBY VERSION | ||
ruby 3.2.1p31 | ||
ruby 3.2.2p53 | ||
|
||
BUNDLED WITH | ||
2.4.7 |