mirror of
				https://github.com/varvet/pundit.git
				synced 2022-11-09 12:30:11 -05:00 
			
		
		
		
	This is enabled by default in later versions of Rubocop. Making this change now removes this conflict for people running later versions. Automatically fixed with `rubocop -a`
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# frozen_string_literal: true
 | 
						|
 | 
						|
source "https://rubygems.org"
 | 
						|
 | 
						|
ruby RUBY_VERSION
 | 
						|
 | 
						|
gemspec
 |