Skip to content

Commit 08005a3

Browse files
committed
Tweak gem dependencies
`omniauth-oauth2` depends on `omniauth` so no need to depend on both.
1 parent 2ae6cf7 commit 08005a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

omniauth-linkedin-oauth2.gemspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ Gem::Specification.new do |gem|
1818
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1919
gem.require_paths = ["lib"]
2020

21-
gem.add_runtime_dependency 'omniauth', '~> 1.0'
2221
gem.add_runtime_dependency 'omniauth-oauth2'
2322

24-
gem.add_development_dependency 'bundler', '~> 1.3'
23+
gem.add_development_dependency 'bundler'
2524
gem.add_development_dependency 'rake'
2625

27-
gem.add_development_dependency 'rspec', '~> 3.0'
26+
gem.add_development_dependency 'rspec'
2827
gem.add_development_dependency 'simplecov'
2928
end

0 commit comments

Comments
 (0)