ruby-grape / grape-swagger

Add OAPI/swagger v2.0 compliant documentation to your grape API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new release soon ?

dhruvCW opened this issue · comments

Grape 1.7.1 release and especially ruby-grape/grape#2323 is not usable with grape swagger. Could a new release be made so that the two gems can be used together ?

done

besides that you could add to your Gemfile:

gem 'grape-swagger', git: 'https://github.com/ruby-grape/grape-swagger'

to make use of not yet released versions