patch mimemagic

This commit is contained in:
Kiara Grouwstra 2021-12-04 23:43:58 +01:00
parent 0c776c240e
commit 8c56d32535
2 changed files with 4 additions and 0 deletions

1
.tool-versions Normal file
View File

@ -0,0 +1 @@
ruby 2.7.5

View File

@ -31,6 +31,9 @@ gem 'bootsnap', '>= 1.4.2', require: false
# BigBlueButton API wrapper.
gem 'bigbluebutton-api-ruby', git: 'https://github.com/mconf/bigbluebutton-api-ruby.git', branch: 'master'
# overriding mimemagic, see https://stackoverflow.com/a/66921259
gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]