mirror of
				https://github.com/varvet/pundit.git
				synced 2022-11-09 12:30:11 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			215 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source "https://rubygems.org"
 | 
						|
 | 
						|
ruby RUBY_VERSION
 | 
						|
 | 
						|
gemspec
 | 
						|
 | 
						|
group :development, :test do
 | 
						|
  gem "actionpack"
 | 
						|
  gem "activemodel"
 | 
						|
  gem "bundler"
 | 
						|
  gem "pry"
 | 
						|
  gem "rake"
 | 
						|
  gem "rspec"
 | 
						|
  gem "rubocop"
 | 
						|
  gem "yard"
 | 
						|
end
 |