1

I'm absolutely new to ruby on rails application. I'm stuck with an error while starting the rails server, it shows:

There was an error while trying to load the gem omniauth-linkedin. (Bundler::GemRequireError).

Following are the version that I'm using:

  • ruby 2.1.8

  • Rails 4.0.13

  • omniauth-linkedin (0.2.0)

Any help would be appreciated.

4

1 回答 1

0

我认为 gem 不再工作了,你会想要使用:

gem 'omniauth-linkedin-oauth2'
于 2017-07-06T19:32:36.213 回答