Skip to content

Commit

Permalink
update MANUAL_HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
defkode committed Dec 14, 2024
1 parent 2a64532 commit 43af228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/prawn_manual_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
MANUAL_HASH =
case RUBY_ENGINE
when 'ruby'
'06ce69758c64b0e5f14d09474d94ba580aaa4edca7014c6ab5bc9536b5bb0d0c163425aceff74a0ad3867859f8372e07b96e63822cc0e789549bb3a35d3cf185'
'46d84d81a99028d9832c1848b6dabea1d0f84af0f25d4b5d473c0a304c3de612aeb54b76b76b870e26b6d547fd6e77b85d82d81a568139ff456959be5e18b057'
when 'jruby'
'31b7c93ddf81f0c734a036644f07541071af36cee1f2e9a6c99847bd98ae6a66a9755afb69f4351fac711382bfc04d1cb50bc00122d7c4d187428f1582680794'
'd227479b25382ee61e0cb6345ada735b9ea8105b862c630e08da3c35e2ec702c171d9dd2ab30f71b16ab3ae5144a9cbe0f0591122710562c6624bc01e67a63b9'
end

RSpec.describe Prawn do
describe 'manual' do
# JRuby's zlib is a bit quirky. It sometimes produces different output to
# libzlib (used by MRI). It's still a proper deflate stream and can be
# decompressed just fine but, for whatever reason, compression produces
# decompressed just fine, but for whatever reason, compression produces
# different output.
#
# See: https://github.com/jruby/jruby/issues/4244
Expand Down

0 comments on commit 43af228

Please sign in to comment.