diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-10-03 23:59:35 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-10-04 00:09:29 -0600 |
| commit | 8f1fd9c4837300d8e98c564da2695179cc423793 (patch) | |
| tree | 1176cf51781cc3b7c5123a2462fa45f7e663ef34 /asciidoctor-pdf.gemspec | |
| parent | 493f492420cced9f3fd5fbf97ea4c63e2a386ff5 (diff) | |
remove unused thread_safe gem from gemspec
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 9b6ecdaa..71d549c8 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -41,7 +41,6 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'prawn-svg', '~> 0.30.0' s.add_runtime_dependency 'prawn-icon', '~> 2.5.0' s.add_runtime_dependency 'safe_yaml', '~> 1.0.0' - s.add_runtime_dependency 'thread_safe', '~> 0.3.0' s.add_runtime_dependency 'concurrent-ruby', '~> 1.1' s.add_runtime_dependency 'treetop', '~> 1.6.0' |
