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

@ -93,6 +93,8 @@ group :development, :test do
gem 'guard-minitest'
gem 'minitest-reporters'
gem 'debug'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
end
@ -156,3 +158,5 @@ gem 'cancancan'
# Gravatars
gem 'gravtastic'
gem 'bzip2-ffi'