I need to embed youtube videos in my rails application. For that I have added gem ‘youtube-g’ in Gemfile.
After that given bundle install. There was an error parsing Gemfile
: Undefined local variable or method `‘youtube' for Gemfile. Bundler cannot continue.
Help me to find out the issue