EA build: Crashes when config/puma.rb
starts with the line #!/usr/bin/env puma
#3623
Labels
third-party-issue
An issue which should be fixed upstream
Milestone
My 'config/puma.rb' in my Rails project
#!/usr/bin/env puma
. If I remove that line everything works fine, but with it, when I try to run my rails server in RubyMine I get the following error and stack tracemy
RUBY_DESCRIPTION
is:"truffleruby 24.2.0-dev-7484fe29, like ruby 3.2.4, Oracle GraalVM JVM [arm64-darwin20]"
This works just fine on the latest stable release of TruffleRuby. I don't actually think that line is necessary so its not a big deal, but if figure a lot of people who copied the same template years ago might have the same issue, so figured I'd report it here
The text was updated successfully, but these errors were encountered: