-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
I'm getting started with a new Rails project and the mismatch between TruffleRuby's latest stdlib version and MRI's is a bit annoying. This is because the generated Gemfile from rails new
adds a ruby
version directive. Since the latest TruffleRuby and MRI have different reported stdlib versions, I can't readily share the Gemfile between the two implementations. The directive is optional, so for now I've just removed it. However, it would be a better out-of-the-box experience Rails experience if I didn't need to do that.