Merge branch 'master' into 8-12-stable
Showing
... | ... | @@ -206,6 +206,9 @@ gem 'mousetrap-rails', '~> 1.4.6' |
# Detect and convert string character encoding | ||
gem 'charlock_holmes', '~> 0.7.3' | ||
# Faster JSON | ||
gem 'oj', '~> 2.17.4' | ||
# Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
... | ... |
26 KB
41.1 KB