Skip to content

Commit

Permalink
Switch from hanna-nouveau to hanna
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 10, 2023
1 parent 6f4ff80 commit f5723e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ end
RDOC_DEFAULT_OPTS = ["--line-numbers", '--title', 'Sequel: The Database Toolkit for Ruby']

begin
# Sequel uses hanna-nouveau for the website RDoc.
gem 'hanna-nouveau'
# Sequel uses hanna for the website RDoc.
gem 'hanna'
RDOC_DEFAULT_OPTS.concat(['-f', 'hanna'])
rescue Gem::LoadError
end
Expand Down

0 comments on commit f5723e7

Please sign in to comment.