mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Fix Gemfile - mimemagic update again
This commit is contained in:
parent
0d1b5e6abe
commit
e17d540a8e
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
diff --git a/Gemfile.lock b/Gemfile.lock
|
diff --git a/Gemfile.lock b/Gemfile.lock
|
||||||
index d209769..88702d1 100644
|
index d209769..a6c9687 100644
|
||||||
--- a/Gemfile.lock
|
--- a/Gemfile.lock
|
||||||
+++ b/Gemfile.lock
|
+++ b/Gemfile.lock
|
||||||
@@ -132,7 +132,7 @@ GEM
|
@@ -132,7 +132,8 @@ GEM
|
||||||
marcel (0.3.3)
|
marcel (0.3.3)
|
||||||
mimemagic (~> 0.3.2)
|
mimemagic (~> 0.3.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
- mimemagic (0.3.5)
|
- mimemagic (0.3.5)
|
||||||
+ mimemagic (0.3.8)
|
+ mimemagic (0.3.8)
|
||||||
|
+ nokogiri (~> 1)
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.5.0)
|
mini_portile2 (2.5.0)
|
||||||
minitest (5.14.2)
|
minitest (5.14.2)
|
||||||
|
|
Loading…
Reference in a new issue