Skip to content

Commit

Permalink
Merge pull request #169 from igrigorik/base64
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Jun 10, 2024
2 parents dfe8629 + 4bb34a6 commit 29aac7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'

gemspec
gem 'rake', require: false

group :development do
Expand Down
2 changes: 2 additions & 0 deletions http-2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.files = Dir["LICENSE", "README.md", "lib/**/*.rb"]

spec.add_runtime_dependency 'base64'

spec.required_ruby_version = '>= 2.5'
end
1 change: 0 additions & 1 deletion spec/compressor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@
end
end
it 'should emit expected bytes on wire' do
puts subject.unpack('H*').first
expect(subject.unpack('H*').first).to eq ex[:streams][nth][:wire].delete(" \n")
end
unless ex[:streams][nth][:has_bad_headers]
Expand Down

0 comments on commit 29aac7b

Please sign in to comment.