forked from cybrespace/mastodon
		
	Update http_parser.rb to head version (#7467)
This commit is contained in:
		
							parent
							
								
									0f2fbf7d05
								
							
						
					
					
						commit
						f77b11cd10
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Gemfile
									
										
									
									
									
								
							| 
						 | 
					@ -50,6 +50,7 @@ gem 'redis-namespace', '~> 1.5'
 | 
				
			||||||
gem 'htmlentities', '~> 4.3'
 | 
					gem 'htmlentities', '~> 4.3'
 | 
				
			||||||
gem 'http', '~> 3.2'
 | 
					gem 'http', '~> 3.2'
 | 
				
			||||||
gem 'http_accept_language', '~> 2.1'
 | 
					gem 'http_accept_language', '~> 2.1'
 | 
				
			||||||
 | 
					gem 'http_parser.rb', '~> 0.6', git: 'https://github.com/tmm1/http_parser.rb', ref: '54b17ba8c7d8d20a16dfc65d1775241833219cf2'
 | 
				
			||||||
gem 'httplog', '~> 1.0'
 | 
					gem 'httplog', '~> 1.0'
 | 
				
			||||||
gem 'idn-ruby', require: 'idn'
 | 
					gem 'idn-ruby', require: 'idn'
 | 
				
			||||||
gem 'kaminari', '~> 1.1'
 | 
					gem 'kaminari', '~> 1.1'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,10 @@
 | 
				
			||||||
 | 
					GIT
 | 
				
			||||||
 | 
					  remote: https://github.com/tmm1/http_parser.rb
 | 
				
			||||||
 | 
					  revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
 | 
				
			||||||
 | 
					  ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
 | 
				
			||||||
 | 
					  specs:
 | 
				
			||||||
 | 
					    http_parser.rb (0.6.1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GEM
 | 
					GEM
 | 
				
			||||||
  remote: https://rubygems.org/
 | 
					  remote: https://rubygems.org/
 | 
				
			||||||
  specs:
 | 
					  specs:
 | 
				
			||||||
| 
						 | 
					@ -252,7 +259,6 @@ GEM
 | 
				
			||||||
      domain_name (~> 0.5)
 | 
					      domain_name (~> 0.5)
 | 
				
			||||||
    http-form_data (2.1.0)
 | 
					    http-form_data (2.1.0)
 | 
				
			||||||
    http_accept_language (2.1.1)
 | 
					    http_accept_language (2.1.1)
 | 
				
			||||||
    http_parser.rb (0.6.0)
 | 
					 | 
				
			||||||
    httplog (1.0.2)
 | 
					    httplog (1.0.2)
 | 
				
			||||||
      colorize (~> 0.8)
 | 
					      colorize (~> 0.8)
 | 
				
			||||||
      rack (>= 1.0)
 | 
					      rack (>= 1.0)
 | 
				
			||||||
| 
						 | 
					@ -675,6 +681,7 @@ DEPENDENCIES
 | 
				
			||||||
  htmlentities (~> 4.3)
 | 
					  htmlentities (~> 4.3)
 | 
				
			||||||
  http (~> 3.2)
 | 
					  http (~> 3.2)
 | 
				
			||||||
  http_accept_language (~> 2.1)
 | 
					  http_accept_language (~> 2.1)
 | 
				
			||||||
 | 
					  http_parser.rb (~> 0.6)!
 | 
				
			||||||
  httplog (~> 1.0)
 | 
					  httplog (~> 1.0)
 | 
				
			||||||
  i18n-tasks (~> 0.9)
 | 
					  i18n-tasks (~> 0.9)
 | 
				
			||||||
  idn-ruby
 | 
					  idn-ruby
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue