From 595331af3787f7fde6f83f6f7ac7ab2750e8f689 Mon Sep 17 00:00:00 2001 From: Emilie Morissette Date: Mon, 23 Jan 2023 14:02:09 +0400 Subject: [PATCH 1/3] Update http version --- Gemfile.lock | 21 +++++++++++---------- stealth-bandwidth.gemspec | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 56b5443..f038a42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - stealth-bandwidth (1.0.0) - http (~> 4.1) + stealth-bandwidth (1.0.1) + http (~> 5.1) oj (~> 3.11) stealth (>= 2.0.0.beta6) @@ -26,25 +26,26 @@ GEM ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - http (4.4.1) - addressable (~> 2.3) + http (5.1.1) + addressable (~> 2.8) http-cookie (~> 1.0) http-form_data (~> 2.2) - http-parser (~> 1.2.0) + llhttp-ffi (~> 0.4.0) http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - http-parser (1.2.3) - ffi-compiler (>= 1.0, < 2.0) i18n (1.12.0) concurrent-ruby (~> 1.0) + llhttp-ffi (0.4.0) + ffi-compiler (~> 1.0) + rake (~> 13.0) minitest (5.16.3) multi_json (1.15.0) mustermann (2.0.2) ruby2_keywords (~> 0.0.1) nio4r (2.5.8) - oj (3.13.21) - public_suffix (5.0.0) + oj (3.13.23) + public_suffix (5.0.1) puma (5.6.5) nio4r (~> 2.0) rack (2.2.4) @@ -70,7 +71,7 @@ GEM rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) ruby2_keywords (0.0.5) - sidekiq (6.5.6) + sidekiq (6.5.7) connection_pool (>= 2.2.5) rack (~> 2.0) redis (>= 4.5.0, < 5) diff --git a/stealth-bandwidth.gemspec b/stealth-bandwidth.gemspec index 326e78d..2785ba8 100644 --- a/stealth-bandwidth.gemspec +++ b/stealth-bandwidth.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.email = ['mauricio@edge14.com', 'emorissettegregoire@gmail.com'] s.add_dependency 'stealth', '>= 2.0.0.beta6' - s.add_dependency 'http', '~> 4.1' + s.add_dependency 'http', '~> 5.1' s.add_dependency 'oj', '~> 3.11' s.add_development_dependency 'rspec', '~> 3.6' From 3baf4c1c1e0aeb6af9437aa36e1a49efcbcd01f4 Mon Sep 17 00:00:00 2001 From: Emilie Morissette Date: Tue, 24 Jan 2023 15:18:20 +0400 Subject: [PATCH 2/3] Bump to 1.2.0 --- Gemfile.lock | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 210c049..b66f5a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stealth-bandwidth (1.0.1) + stealth-bandwidth (1.1.0) http (~> 5.1) oj (~> 3.11) stealth (>= 2.0.0.beta6) diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 From 6cf87880cb55a2048ccfa8ae1581e4d8de7f2e45 Mon Sep 17 00:00:00 2001 From: Emilie Morissette Date: Tue, 24 Jan 2023 15:19:26 +0400 Subject: [PATCH 3/3] Update Gemfile --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b66f5a3..c6a3348 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stealth-bandwidth (1.1.0) + stealth-bandwidth (1.2.0) http (~> 5.1) oj (~> 3.11) stealth (>= 2.0.0.beta6)