mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-03 18:23:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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
 |