bzip2 import fixed
This commit is contained in:
parent
1095ae3aa5
commit
48e3a8c67f
6 changed files with 114 additions and 75 deletions
4
Gemfile
4
Gemfile
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue