Skip to content

Commit

Permalink
Add missing rouge dependency for release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Dec 9, 2018
1 parent 3188321 commit 42b0d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'danger', '~> 5.6', '>= 5.6'
group :release_notes_preprocessing do
gem 'liquid', '>=4.0.0'
gem 'safe_yaml', '>=1.0'
gem 'rouge', '>= 1.7', '< 4'
end

# vim: syntax=ruby

0 comments on commit 42b0d8d

Please sign in to comment.