Skip to content

Commit

Permalink
Merge pull request #14 from timrogers/dependabot/bundler/yard-tw-0.9.14
Browse files Browse the repository at this point in the history
[Security] Update yard requirement to ~> 0.9.14
  • Loading branch information
Tim Rogers authored Jun 4, 2018
2 parents 1bebbdc + 83f4784 commit e81172f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.8.7.6)
yard (0.9.14)

PLATFORMS
ruby
Expand All @@ -109,7 +109,7 @@ DEPENDENCIES
rubocop (~> 0.49.0)
starling_terminal!
webmock (~> 3.4.1)
yard (~> 0.8.7.6)
yard (~> 0.9.14)

BUNDLED WITH
1.15.1
2 changes: 1 addition & 1 deletion starling_terminal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'reek', '~> 4.7.0'
spec.add_development_dependency 'rspec-snapshot', '~> 0.1.1'
spec.add_development_dependency 'webmock', '~> 3.4.1'
spec.add_development_dependency 'yard', '~> 0.8.7.6'
spec.add_development_dependency 'yard', '~> 0.9.14'
end

0 comments on commit e81172f

Please sign in to comment.