1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Update Yard dependency (CVE-2017-17042)

This commit is contained in:
tmilewski 2017-12-27 23:22:21 -05:00
parent 373ab37a08
commit 809f39e74a
No known key found for this signature in database
GPG key ID: 60478E252CC674E7

View file

@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'jruby-openssl', '~> 0.9.19', :platforms => :jruby
gem 'rake', '>= 12.0'
gem 'yard', '>= 0.9'
gem 'yard', '>= 0.9.11'
group :development do
gem 'benchmark-ips'