Problem with Course Build a Store With a Payment Gateway

Hello,

I was learning from the course Build a Store With a Payment Gateway in Rails.

As Bootstrap has been updated and the course is a bit old, I would like to author to update some things.
The
*= require bootstrap doesn’t work.
It gives an error like this :

Sprockets::FileNotFound in Products#index
Showing /Users/*/Desktop/demoapp/app/views/layouts/application.html.erb where line #5 raised:

couldn’t find file ‘bootstrap’ with type 'text/css’
Extracted source (around line #13):
11
12
13
14
15
16

  • file per style scope.

*= require bootstrap
*= require_tree .
*= require_self
*/

Please provide a correct solution for this