File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
1818 spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
1919 spec . require_paths = [ "lib" ]
2020
21- spec . add_runtime_dependency 'omniauth' , '>= 1.1.1'
22- spec . add_runtime_dependency 'omniauth-oauth2' , '>= 1.6'
23- spec . add_development_dependency "sinatra"
24- spec . add_development_dependency "rake"
21+ spec . add_runtime_dependency 'omniauth' , '~> 1.1' , ' >= 1.1.1'
22+ spec . add_runtime_dependency 'omniauth-oauth2' , '~> 1.6'
23+ spec . add_development_dependency "sinatra" , '~> 0'
24+ spec . add_development_dependency "rake" , '~> 0'
2525 spec . add_development_dependency 'rspec' , '~> 3.6'
26- spec . add_development_dependency "mocha"
26+ spec . add_development_dependency "mocha" , '~> 0'
2727end
You can’t perform that action at this time.
0 commit comments