openapi-generator/samples/client/petstore/ruby/Gemfile
Ezekiel Templin e189388371 [Ruby] Add Rakefile and Gemfile (#4448)
* Add Rakefile, Gemfile, and update client generator

* Update sample
2016-12-22 21:37:12 +08:00

8 lines
99 B
Ruby

source 'https://rubygems.org'
gemspec
group :development, :test do
gem 'rake', '~> 12.0.0'
end