Skip to content

Conversation

@minazek
Copy link

@minazek minazek commented Oct 18, 2021

Issue #58

Aim:

Content-Type header in request sample section needs to match request Content-Type

Solution:

  • Add rack gem dependancy because it is used in code
  • Use Content-Type instead Accept header in lib/dox/printers/example_request_printer.rb

@akapronik
Copy link

akapronik commented Sep 16, 2024

During setting app new app with dox, it was discovered that the rexml gem was removed as dependency from rubocop, and other gems that ends up in this error on CI:

LoadError:
  cannot load such file -- rexml/document

So to fix that issue for new apps we added dependency of rexml to the dox in d1cf196

Also, the ruby version was updated in 18c2010

@minazek minazek requested a review from vr4b4c September 16, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants