1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00
snserver_ynh/sources/patches/app-02-fix-gemfile-mimemagic.patch
2021-03-25 20:19:08 +01:00

14 lines
350 B
Diff

diff --git a/Gemfile.lock b/Gemfile.lock
index d209769..a6c9687 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -132,7 +132,8 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
- mimemagic (0.3.5)
+ mimemagic (0.3.8)
+ nokogiri (~> 1)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.2)