I have the following line in my gemfile -
gem 'omniauth-goodreads'
Running bundle install then returns the following error -
Your bundle requires gems that depend on each other, creating an infinite loop. Please remove gem 'omniauth-goodreads' and try again.
I have the following line in my gemfile -
gem 'omniauth-goodreads'
Running
bundle install
then returns the following error -Your bundle requires gems that depend on each other, creating an infinite loop. Please remove gem 'omniauth-goodreads' and try again.
How can I fix this error? Thanks