mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
8 lines
99 B
Ruby
8 lines
99 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'rake', '~> 12.0.0'
|
|
end
|