Skip to content

Commit

Permalink
Update Ruby to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed May 6, 2024
1 parent 408a7c1 commit 1264a7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "indieweb-endpoints.cc",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "ruby:3.3.0-slim-bookworm",
"image": "ruby:3.3.1-slim-bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
# Base Stage
################################################################################
FROM ruby:3.3.0-slim-bookworm AS base-stage
FROM ruby:3.3.1-slim-bookworm AS base-stage

EXPOSE 8080

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.5.3
2.5.9

0 comments on commit 1264a7d

Please sign in to comment.