I get error while running bundle updateGem::InstallError: prawn requires Ruby version ~> 2.5. An error occurred while installing prawn (2.3.0), and Bundler cannot continue. Make sure thatgem install prawn -v '2.3.0'succeeds before bundling.
Can not resolve it.
Gemfile.lock editing does not help.
Where to edit this dependency it to overcome?
I get error while running bundle update
Gem::InstallError: prawn requires Ruby version ~> 2.5. An error occurred while installing prawn (2.3.0), and Bundler cannot continue. Make sure that
gem install prawn -v '2.3.0'succeeds before bundling.
Can not resolve it. Gemfile.lock editing does not help. Where to edit this dependency it to overcome?