mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-14 05:30:51 +00:00
* Allow aliasing of auth keys * update sample and add config for feature * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
10 lines
147 B
Ruby
10 lines
147 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'rake', '~> 13.0.1'
|
|
gem 'pry-byebug'
|
|
gem 'rubocop', '~> 0.66.0'
|
|
end
|