summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-03 20:08:52 +0000
committerGitHub <noreply@github.com>2021-07-03 20:08:52 +0000
commit62bea34b4c69a3de9fdc50c8d5a14ed6c31bba1e (patch)
tree960d55d85be982267b965f76fe784f9bb82d1bfb
parent23c180b02bac27a4cd1d80349e186235999355cc (diff)
Bump http from 4.4.1 to 5.0.1
Bumps [http](https://github.com/httprb/http) from 4.4.1 to 5.0.1. - [Release notes](https://github.com/httprb/http/releases) - [Changelog](https://github.com/httprb/http/blob/master/CHANGES.md) - [Commits](https://github.com/httprb/http/compare/v4.4.1...v5.0.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock15
2 files changed, 9 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 56f52f3e122..e03cf016323 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,7 @@ gem 'fastimage'
gem 'hiredis', '~> 0.6'
gem 'redis-namespace', '~> 1.8'
gem 'htmlentities', '~> 4.3'
-gem 'http', '~> 4.4'
+gem 'http', '~> 5.0'
gem 'http_accept_language', '~> 2.1'
gem 'httplog', '~> 1.5.0'
gem 'idn-ruby', require: 'idn'
diff --git a/Gemfile.lock b/Gemfile.lock
index b14dbc12919..35fad54e10c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -220,7 +220,7 @@ GEM
faraday-net_http (1.0.1)
fast_blank (1.0.0)
fastimage (2.2.4)
- ffi (1.15.0)
+ ffi (1.15.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
@@ -262,16 +262,14 @@ GEM
hiredis (0.6.3)
hkdf (0.3.0)
htmlentities (4.3.4)
- http (4.4.1)
+ http (5.0.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
- http-parser (~> 1.2.0)
- http-cookie (1.0.3)
+ llhttp-ffi (~> 0.3.0)
+ http-cookie (1.0.4)
domain_name (~> 0.5)
http-form_data (2.3.0)
- http-parser (1.2.1)
- ffi-compiler (>= 1.0, < 2.0)
http_accept_language (2.1.1)
httplog (1.5.0)
rack (>= 1.0)
@@ -327,6 +325,9 @@ GEM
letter_opener (~> 1.0)
railties (>= 3.2)
link_header (0.0.8)
+ llhttp-ffi (0.3.1)
+ ffi-compiler (~> 1.0)
+ rake (~> 13.0)
lograge (0.11.2)
actionpack (>= 4)
activesupport (>= 4)
@@ -713,7 +714,7 @@ DEPENDENCIES
hamlit-rails (~> 0.2)
hiredis (~> 0.6)
htmlentities (~> 4.3)
- http (~> 4.4)
+ http (~> 5.0)
http_accept_language (~> 2.1)
httplog (~> 1.5.0)
i18n-tasks (~> 0.9)