Skip to content

Commit 38e7632

Browse files
committed
add rb 3.3.0 to devcontainer.json
1 parent 9e5c6a9 commit 38e7632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Ruby SDK",
33

4-
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye",
4+
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",
55

66
"postCreateCommand": "set -e && bundle install && gem install optimizely-sdk && rake build && gem install pkg/* && gem install solargraph",
77

0 commit comments

Comments
 (0)