I am getting an error while creating a model in the created project and the error is as follows,
/home/sushmitha/.rvm/gems/ruby-2.5.1/gems/bundler-2.0
For rails 5.2.2 explicitly , update your Gemfile to sqlite to:
gem 'sqlite3', '~> 1.3.6'
and in terminal use :
bundle update