Remove dependency on posix-spawn (#18559)
This commit is contained in:
		
							parent
							
								
									34489591ec
								
							
						
					
					
						commit
						54119570e6
					
				
							
								
								
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Gemfile
									
									
									
									
									
								
							@ -69,7 +69,6 @@ gem 'nsa'
 | 
				
			|||||||
gem 'oj', '~> 3.14'
 | 
					gem 'oj', '~> 3.14'
 | 
				
			||||||
gem 'ox', '~> 2.14'
 | 
					gem 'ox', '~> 2.14'
 | 
				
			||||||
gem 'parslet'
 | 
					gem 'parslet'
 | 
				
			||||||
gem 'posix-spawn'
 | 
					 | 
				
			||||||
gem 'public_suffix', '~> 5.0'
 | 
					gem 'public_suffix', '~> 5.0'
 | 
				
			||||||
gem 'pundit', '~> 2.3'
 | 
					gem 'pundit', '~> 2.3'
 | 
				
			||||||
gem 'premailer-rails'
 | 
					gem 'premailer-rails'
 | 
				
			||||||
 | 
				
			|||||||
@ -509,7 +509,6 @@ GEM
 | 
				
			|||||||
    pg (1.5.6)
 | 
					    pg (1.5.6)
 | 
				
			||||||
    pghero (3.4.1)
 | 
					    pghero (3.4.1)
 | 
				
			||||||
      activerecord (>= 6)
 | 
					      activerecord (>= 6)
 | 
				
			||||||
    posix-spawn (0.3.15)
 | 
					 | 
				
			||||||
    premailer (1.23.0)
 | 
					    premailer (1.23.0)
 | 
				
			||||||
      addressable
 | 
					      addressable
 | 
				
			||||||
      css_parser (>= 1.12.0)
 | 
					      css_parser (>= 1.12.0)
 | 
				
			||||||
@ -899,7 +898,6 @@ DEPENDENCIES
 | 
				
			|||||||
  parslet
 | 
					  parslet
 | 
				
			||||||
  pg (~> 1.5)
 | 
					  pg (~> 1.5)
 | 
				
			||||||
  pghero
 | 
					  pghero
 | 
				
			||||||
  posix-spawn
 | 
					 | 
				
			||||||
  premailer-rails
 | 
					  premailer-rails
 | 
				
			||||||
  private_address_check (~> 0.5)
 | 
					  private_address_check (~> 0.5)
 | 
				
			||||||
  propshaft
 | 
					  propshaft
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user