From 8c56d325353e67eebacbf3381a149ee78ee23541 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 4 Dec 2021 23:43:58 +0100 Subject: [PATCH] patch mimemagic --- .tool-versions | 1 + Gemfile | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..a4023dc --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +ruby 2.7.5 diff --git a/Gemfile b/Gemfile index c6feecf..43baed8 100644 --- a/Gemfile +++ b/Gemfile @@ -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]