mirror of
				https://github.com/thoughtbot/shoulda-matchers.git
				synced 2022-11-09 12:01:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			271 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source 'https://rubygems.org'
 | 
						|
 | 
						|
gem 'appraisal', '2.2.0'
 | 
						|
gem 'bundler', '~> 1.1'
 | 
						|
gem 'pry'
 | 
						|
gem 'pry-byebug'
 | 
						|
gem 'rake', '12.3.2'
 | 
						|
gem 'rspec', '~> 3.6'
 | 
						|
gem 'rubocop', require: false
 | 
						|
gem 'zeus', require: false
 | 
						|
 | 
						|
# YARD
 | 
						|
gem 'fssm'
 | 
						|
gem 'pygments.rb'
 | 
						|
gem 'redcarpet'
 | 
						|
gem 'yard'
 |