source "http://rubygems.org" # Specify your gem's dependencies in omniauth-linkedin.gemspec gemspec gem 'omniauth-oauth', :git => 'https://github.com/intridea/omniauth-oauth.git' group :development, :test do gem 'guard' gem 'guard-rspec' gem 'guard-bundler' gem 'libnotify' gem 'multi_json' end