diff --git a/.github/Gemfile b/.github/Gemfile new file mode 100644 index 0000000..e69de29 diff --git a/.github/Gemfile.lock b/.github/Gemfile.lock new file mode 100644 index 0000000..4a0b89c --- /dev/null +++ b/.github/Gemfile.lock @@ -0,0 +1,36 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (7.2.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + base64 (0.2.0) + bigdecimal (3.1.8) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + drb (2.2.1) + i18n (1.14.6) + concurrent-ruby (~> 1.0) + logger (1.6.1) + minitest (5.25.1) + securerandom (0.3.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + +PLATFORMS + aarch64-linux + ruby + +DEPENDENCIES + activesupport + +BUNDLED WITH + 2.5.16 diff --git a/images/ruby/.devcontainer/Dockerfile b/images/ruby/.devcontainer/Dockerfile index f3d0f79..0d4a68d 100644 --- a/images/ruby/.devcontainer/Dockerfile +++ b/images/ruby/.devcontainer/Dockerfile @@ -2,4 +2,6 @@ FROM mcr.microsoft.com/devcontainers/base:1-bookworm RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131 - && apt-get purge -y imagemagick imagemagick-6-common \ No newline at end of file + && apt-get purge -y imagemagick imagemagick-6-common + +USER vscode