debian-mirror-gitlab/debian/patches/0350-relax-oj.patch

12 lines
193 B
Diff
Raw Normal View History

2017-12-25 21:16:13 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-03-27 22:49:57 +05:30
@@ -237,7 +237,7 @@
2018-03-18 12:27:51 +05:30
gem 'charlock_holmes', '~> 0.7.5'
2017-12-25 21:16:13 +05:30
# Faster JSON
-gem 'oj', '~> 2.17', '>= 2.17.4'
+gem 'oj', '>= 2.17.4'
2018-03-18 12:27:51 +05:30
# Faster blank
gem 'fast_blank'