Specified Ruby version error
Your Ruby version is 2.6.1, but your Gemfile specified 2.6.3
You can relax your Ruby version specifier to be less specific. As with gems, using the tiddly-waka (~>
) operator.
ruby '~> 2.6.0'
Last updated
Was this helpful?