diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-05 02:14:49 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-05 02:14:49 -0600 |
| commit | 11124ffc9a0b280fc784b06b78961cedf2dc2a18 (patch) | |
| tree | 948c2660735e717a45c1f1a59860315e1b1bec21 /asciidoctor-pdf.gemspec | |
| parent | d51787e799f33da16901ccb0677e703f725dec43 (diff) | |
drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
| -rw-r--r-- | asciidoctor-pdf.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec index d5a822a0..bc7a6405 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -40,7 +40,6 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'prawn-templates', '~> 0.1.0' s.add_runtime_dependency 'prawn-svg', '~> 0.32.0' s.add_runtime_dependency 'prawn-icon', '~> 3.0.0' - s.add_runtime_dependency 'safe_yaml', '~> 1.0.0' s.add_runtime_dependency 'concurrent-ruby', '~> 1.1' s.add_runtime_dependency 'treetop', '~> 1.6.0' |
