Skip to content

Commit 79a0cc3

Browse files
ClearlyClaireimrasalghul
authored andcommitted
Remove dependency on unused and unmaintained http_parser.rb gem (mastodon#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 (mastodon#7467).
1 parent 1685638 commit 79a0cc3

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b79
6161
gem 'htmlentities', '~> 4.3'
6262
gem 'http', '~> 4.4'
6363
gem 'http_accept_language', '~> 2.1'
64-
gem 'http_parser.rb', '~> 0.6', git: 'https://github.com/tmm1/http_parser.rb', ref: '54b17ba8c7d8d20a16dfc65d1775241833219cf2', submodules: true
6564
gem 'httplog', '~> 1.4.3'
6665
gem 'idn-ruby', require: 'idn'
6766
gem 'kaminari', '~> 1.2'

Gemfile.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ GIT
66
health_check (4.0.0.pre)
77
rails (>= 4.0)
88

9-
GIT
10-
remote: https://github.com/tmm1/http_parser.rb
11-
revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
12-
ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
13-
submodules: true
14-
specs:
15-
http_parser.rb (0.6.1)
16-
179
GIT
1810
remote: https://github.com/witgo/nilsimsa
1911
revision: fd184883048b922b176939f851338d0a4971a532
@@ -706,7 +698,6 @@ DEPENDENCIES
706698
htmlentities (~> 4.3)
707699
http (~> 4.4)
708700
http_accept_language (~> 2.1)
709-
http_parser.rb (~> 0.6)!
710701
httplog (~> 1.4.3)
711702
i18n-tasks (~> 0.9)
712703
idn-ruby

0 commit comments

Comments
 (0)