-
We want our ruby base images on ruby 3.3 and debian 12. Preferably also node 20. So, we'll need to get everything downstream updated.
New versions:
- Rails 7.2
- Ruby 3.3
- Node 20
-
We want our ruby base images on ruby 3.3 and debian 12. Preferably also node 20. So, we'll need to get everything downstream updated.
New versions:
Rails 7.2
Ruby 3.3
Node 20
-
Hello!
I'm using the following Dockerfile:
```dockerfile
ARG RUBY_VERSION=3.3
ARG DISTRO_NAME=bullseye
FROM mcr.microsoft.com/devcontainers/ruby:1-$RUBY_VERSION-$DISTRO_NAME
ARG NODE_VERSI…
yart updated
3 months ago
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
![CleanShot 2024-11-07 at 10 01 35](https://github.com/user-attachments/assets/75893337-24ee-4db3-830f-bd6cd1174640)
For syntax like
```haml
:css
body { padding: 0; }
- other_ruby_cod…
-
Currently using VSCode Prettier Plugin v10.4.0 + @prettier/plugin-ruby 4.0.2 + prettier 3.0.3.
I'm getting the following error:
```
Error: Failed to start parse server.
at Timeout. (file:/…
-
Problem described here https://github.com/heroku/heroku-buildpack-ruby/pull/1503#discussion_r1826067195
-
There's been multiple failures in last few days[^1].
The crawler is failing while processing data:
```
File: ieee-rawbib/updates.20230831/IEEEUpdates_IEEEstd/week27b/4130.zip
undefined method `tex…
-
after the newest heroku/ruby buildpack was released, we are having issues with this. what can we do?
```
remote: ###### WARNING:
remote:
remote: Installing a default version (1…
-
I'm trying to match something along the lines of:
```
(or )
```
However, the unification matches `foo.baz || foo.bar` but not `foo.bar || foo.baz`.
If the unification is removed:
```
(o…