debian-mirror-gitlab/debian/patches/0350-relax-oj.patch
2018-03-27 22:49:57 +05:30

11 lines
193 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -237,7 +237,7 @@
gem 'charlock_holmes', '~> 0.7.5'
# Faster JSON
-gem 'oj', '~> 2.17', '>= 2.17.4'
+gem 'oj', '>= 2.17.4'
# Faster blank
gem 'fast_blank'