Remove dependency on unused and unmaintained http_parser.rb gem (#14574)
It seems that years ago, the “http” gem dependend on the “http_parser.rb” gem (it now depends on the “http-parser” gem), and, still years ago, we pulled it from git in order to benefit from a bugfix that wasn't released yet (#7467).
This commit is contained in:
		
							parent
							
								
									0f38f9726a
								
							
						
					
					
						commit
						a55ad84251
					
				
							
								
								
									
										1
									
								
								Gemfile
								
								
								
								
							
							
						
						
									
										1
									
								
								Gemfile
								
								
								
								
							| 
						 | 
					@ -61,7 +61,6 @@ gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b79
 | 
				
			||||||
gem 'htmlentities', '~> 4.3'
 | 
					gem 'htmlentities', '~> 4.3'
 | 
				
			||||||
gem 'http', '~> 4.4'
 | 
					gem 'http', '~> 4.4'
 | 
				
			||||||
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', submodules: true
 | 
					 | 
				
			||||||
gem 'httplog', '~> 1.4.3'
 | 
					gem 'httplog', '~> 1.4.3'
 | 
				
			||||||
gem 'idn-ruby', require: 'idn'
 | 
					gem 'idn-ruby', require: 'idn'
 | 
				
			||||||
gem 'kaminari', '~> 1.2'
 | 
					gem 'kaminari', '~> 1.2'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,14 +6,6 @@ GIT
 | 
				
			||||||
    health_check (4.0.0.pre)
 | 
					    health_check (4.0.0.pre)
 | 
				
			||||||
      rails (>= 4.0)
 | 
					      rails (>= 4.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GIT
 | 
					 | 
				
			||||||
  remote: https://github.com/tmm1/http_parser.rb
 | 
					 | 
				
			||||||
  revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
 | 
					 | 
				
			||||||
  ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
 | 
					 | 
				
			||||||
  submodules: true
 | 
					 | 
				
			||||||
  specs:
 | 
					 | 
				
			||||||
    http_parser.rb (0.6.1)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
GIT
 | 
					GIT
 | 
				
			||||||
  remote: https://github.com/witgo/nilsimsa
 | 
					  remote: https://github.com/witgo/nilsimsa
 | 
				
			||||||
  revision: fd184883048b922b176939f851338d0a4971a532
 | 
					  revision: fd184883048b922b176939f851338d0a4971a532
 | 
				
			||||||
| 
						 | 
					@ -706,7 +698,6 @@ DEPENDENCIES
 | 
				
			||||||
  htmlentities (~> 4.3)
 | 
					  htmlentities (~> 4.3)
 | 
				
			||||||
  http (~> 4.4)
 | 
					  http (~> 4.4)
 | 
				
			||||||
  http_accept_language (~> 2.1)
 | 
					  http_accept_language (~> 2.1)
 | 
				
			||||||
  http_parser.rb (~> 0.6)!
 | 
					 | 
				
			||||||
  httplog (~> 1.4.3)
 | 
					  httplog (~> 1.4.3)
 | 
				
			||||||
  i18n-tasks (~> 0.9)
 | 
					  i18n-tasks (~> 0.9)
 | 
				
			||||||
  idn-ruby
 | 
					  idn-ruby
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue