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.

slal
  • 2,657
  • 18
  • 29
Vivekraj K R
  • 2,418
  • 2
  • 19
  • 38

1 Answers1

0

I think that gem is not working anymore, prolly you'll want to use:

gem 'omniauth-linkedin-oauth2'
m3characters
  • 2,240
  • 2
  • 14
  • 18