forked from loafle/openapi-generator-original
* Add Rubocop * Update samples ./bin/openapi3/ruby-client-petstore.sh ./bin/ruby-client-petstore.sh
10 lines
147 B
Ruby
10 lines
147 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'rake', '~> 12.0.0'
|
|
gem 'pry-byebug'
|
|
gem 'rubocop', '~> 0.66.0'
|
|
end
|