Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update http gem to 5.1 #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update http version
  • Loading branch information
emorissettegregoire committed Jan 23, 2023
commit 595331af3787f7fde6f83f6f7ac7ab2750e8f689
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion stealth-bandwidth.gemspec
Original file line number Diff line number Diff line change
@@ -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'