You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running swagger-ui in a docker container by providing it a swagger.json file. Which I build with rake oapi:fetch. After switching from bundle install to bundle install --without test development I realized that grape-swaggerneeds rack-test, which is not in the dependencies. Do you want to add it to the dependencies? Or should I install it manually? Or I'm doing something wrong? On a side note, why does the rake task need rack-test?
The text was updated successfully, but these errors were encountered:
I'm running
swagger-ui
in a docker container by providing it aswagger.json
file. Which I build withrake oapi:fetch
. After switching frombundle install
tobundle install --without test development
I realized thatgrape-swagger
needsrack-test
, which is not in the dependencies. Do you want to add it to the dependencies? Or should I install it manually? Or I'm doing something wrong? On a side note, why does therake
task needrack-test
?The text was updated successfully, but these errors were encountered: