Skip to content

Commit

Permalink
Upgrade to Ruby 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Apr 6, 2023
1 parent 2779753 commit 584420e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"github-cli": "latest",
"node": "lts",
"golang": "latest",
"ruby": "3.1.3",
"ruby": "3.1.4",
"rust": "latest",
"dotnet": "latest",
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.4
2 changes: 1 addition & 1 deletion Dockerfile.updater-core
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \
### RUBY

# When bumping Ruby minor, need to also add the previous version to `bundler/helpers/v{1,2}/monkey_patches/definition_ruby_version_patch.rb`
ARG RUBY_VERSION=3.1.3
ARG RUBY_VERSION=3.1.4
ARG RUBY_INSTALL_VERSION=0.8.5

# When bumping Bundler, need to also regenerate `updater/Gemfile.lock` via `bundle update --bundler`
Expand Down

0 comments on commit 584420e

Please sign in to comment.