Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2020-07-10 14:40:42 +0300
committerJonne Haß <me@jhass.eu>2020-09-04 22:48:54 +0300
commit08395cc8773978f2dff3aaebe89b66102512bdf1 (patch)
tree394e83689d23f14f1b989763f44ff5c6b53b8194 /Gemfile
parent9dff9642b6ec3e27e166983280fb341c8a6cc808 (diff)
Migrate configuration to TOML
YAML is just too easy to get wrong closes #8132
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e35e5da47..aaea47b21 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,8 @@ gem "uglifier", "4.2.0"
# Configuration
-gem "configurate", "0.3.1"
+gem "configurate", "0.4.0"
+gem "tomlrb", "1.3.0"
# Cross-origin resource sharing