Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #58 - Request sample Content-Type header #59

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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