Skip to content

Commit 03cc23e

Browse files
committed
removes a gem that hasn't been updated in 15 years
Of course it broke. The newly generated man pages are quite different, but they appear to render the same. We'll want to go through them again as we improve our branding & docs.
1 parent b2b381b commit 03cc23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474

7575
group(:documentation, optional: true) do
7676
gem 'gettext-setup', '~> 1.0', require: false, platforms: [:ruby]
77-
gem 'ronn', '~> 0.7.3', require: false, platforms: [:ruby]
77+
gem 'ronn-ng', '~> 0.10.1', require: false, platforms: [:ruby]
7878
gem 'puppet-strings', require: false, platforms: [:ruby]
7979
gem 'pandoc-ruby', require: false, platforms: [:ruby]
8080
end

0 commit comments

Comments
 (0)