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:
parent
373ab37a08
commit
809f39e74a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue