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 reference only following is added here,
For Rails 5+, this issue is sort out by specifying the appropriate version for the sqlite gem in your Gemfile while working with an SQLite database:
Rails 5+
sqlite
Gemfile
SQLite
gem 'sqlite3', '~> 1.3', '>= 1.3.6'
Reference