Gem files will remain installed in C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/sqlite3-1.4.0 for inspection. Results logged to C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/sqlite3-1.4.0/gem_make.out
An error occurred while installing sqlite3 (1.4.0), and Bundler cannot continue.
Make sure that gem install sqlite3 -v '1.4.0'
succeeds before bundling.
I tried to install earlier version on sqlite, not working. Tried one of the solutions from stackoverflow :
gem 'sqlite3', '~> 1.3.6'
getting this error ERROR: While executing gem ... (Gem::CommandLineError) Unknown command sqlite3,
Please help i'm new in Rails , this is my first project in rails.