diff --git a/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile b/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile index 1aa6e1cd4dc3..148ef6846b2b 100644 --- a/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile +++ b/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile @@ -11,4 +11,5 @@ gem 'asciidoctor-revealjs' gem 'coderay' gem 'pygments.rb' gem 'rouge' +gem 'text-hyphen' gem 'tilt' diff --git a/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile.lock b/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile.lock index c9222a82c88e..38b0dcc0a794 100644 --- a/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile.lock +++ b/pkgs/by-name/as/asciidoctor-with-extensions/Gemfile.lock @@ -128,6 +128,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) stringio (3.1.8) + text-hyphen (1.5.0) thread_safe (0.3.6) tilt (2.6.1) time (0.4.1) @@ -153,6 +154,7 @@ DEPENDENCIES coderay pygments.rb rouge + text-hyphen tilt BUNDLED WITH diff --git a/pkgs/by-name/as/asciidoctor-with-extensions/gemset.nix b/pkgs/by-name/as/asciidoctor-with-extensions/gemset.nix index bc1f0bc87758..9b396bb6b7b0 100644 --- a/pkgs/by-name/as/asciidoctor-with-extensions/gemset.nix +++ b/pkgs/by-name/as/asciidoctor-with-extensions/gemset.nix @@ -666,6 +666,16 @@ }; version = "3.1.8"; }; + text-hyphen = { + groups = [ "default" ]; + platforms = [ ]; + source = { + remotes = [ "https://rubygems.org" ]; + sha256 = "01js0wxz84cc5hzxgqbcqnsa0y6crhdi6plmgkzyfm55p0rlajn4"; + type = "gem"; + }; + version = "1.5.0"; + }; thread_safe = { groups = [ "default" ]; platforms = [ ];