Skip to content

Commit

Permalink
fix dependencies: mimemagic, http_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
umonaca committed Apr 4, 2022
1 parent 3210e45 commit 7be0bbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b79
gem 'htmlentities', '~> 4.3'
gem 'http', '~> 4.4'
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 'http_parser.rb', '~> 0.8', git: 'https://github.com/tmm1/http_parser.rb', ref: '90abe77b061c8b9b76204f53d4c223a2db0c858b', submodules: true
gem 'httplog', '~> 1.4.2'
gem 'idn-ruby', require: 'idn'
gem 'kaminari', '~> 1.2'
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ GIT

GIT
remote: https://github.com/tmm1/http_parser.rb
revision: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
ref: 54b17ba8c7d8d20a16dfc65d1775241833219cf2
revision: 90abe77b061c8b9b76204f53d4c223a2db0c858b
ref: 90abe77b061c8b9b76204f53d4c223a2db0c858b
submodules: true
specs:
http_parser.rb (0.6.1)
http_parser.rb (0.8.0)

GIT
remote: https://github.com/witgo/nilsimsa
Expand Down Expand Up @@ -360,7 +360,9 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
Expand Down Expand Up @@ -717,7 +719,7 @@ DEPENDENCIES
htmlentities (~> 4.3)
http (~> 4.4)
http_accept_language (~> 2.1)
http_parser.rb (~> 0.6)!
http_parser.rb (~> 0.8)!
httplog (~> 1.4.2)
i18n-tasks (~> 0.9)
idn-ruby
Expand Down

0 comments on commit 7be0bbb

Please sign in to comment.