mirror of
				https://github.com/kaminari/kaminari.git
				synced 2022-11-09 13:44:37 -05:00 
			
		
		
		
	test-unit-activesupport runs healthily on Ruby < 2.3 again since 1.1.1
https://github.com/test-unit/test-unit-activesupport/pull/15
This commit is contained in:
		
							parent
							
								
									c7a7bb181b
								
							
						
					
					
						commit
						2f0e0728f5
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		
							
								
								
									
										5
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Gemfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -25,11 +25,6 @@ gem 'selenium-webdriver'
 | 
			
		|||
 | 
			
		||||
rails_version = ENV['RAILS_VERSION'] || '∞'
 | 
			
		||||
 | 
			
		||||
# test-unit-activesupport 1.1.0 introduces a Ruby <= 2.2 incompatibility
 | 
			
		||||
if RUBY_VERSION[/\d+\.\d+/] <= '2.2'
 | 
			
		||||
  gem 'test-unit-activesupport', '1.0.9'
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
platforms :ruby do
 | 
			
		||||
  gem 'sqlite3', rails_version >= '5.1' ? '>= 1.4' : '< 1.4', require: false
 | 
			
		||||
  gem 'pg', rails_version >= '5.1' ? '>= 1.0.0' : '< 1.0.0', require: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue