You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Gemfile has defined a ruby version such as: ruby "~> 2.7", an invalid ruby image tag will be used in the compose file. Perhaps we should strip ~> from it.
Regarding:
railsdock/lib/railsdock/commands/install.rb
Line 73 in 061c455
When the Gemfile has defined a ruby version such as:
ruby "~> 2.7"
, an invalid ruby image tag will be used in the compose file. Perhaps we should strip~>
from it.Version operators are documented here: https://bundler.io/gemfile_ruby.html
The text was updated successfully, but these errors were encountered: