bzip2 import fixed

This commit is contained in:
Christoph Haas 2024-07-14 22:42:34 +02:00
parent 1095ae3aa5
commit 48e3a8c67f
6 changed files with 114 additions and 75 deletions

View file

@ -101,6 +101,8 @@ GEM
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
bzip2-ffi (1.1.1)
ffi (~> 1.0)
cancancan (3.5.0)
capybara (3.39.2)
addressable
@ -118,6 +120,9 @@ GEM
content_disposition (1.0.0)
crass (1.0.6)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
debug_inspector (1.2.0)
devise (4.9.3)
bcrypt (~> 3.0)
@ -485,8 +490,10 @@ DEPENDENCIES
binding_of_caller
bootsnap
byebug
bzip2-ffi
cancancan
capybara
debug
devise
fastimage
font-awesome-rails
@ -529,4 +536,4 @@ RUBY VERSION
ruby 3.2.1p31
BUNDLED WITH
2.2.33
2.5.14