debian-mirror-gitlab/debian/patches/0470-relax-rails.patch

11 lines
228 B
Diff
Raw Normal View History

2018-12-25 13:26:31 +05:30
--- a/Gemfile
+++ b/Gemfile
2019-02-15 18:28:22 +05:30
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
2018-12-25 13:26:31 +05:30
2019-02-15 18:28:22 +05:30
-gem 'rails', '5.0.7.1'
+gem 'rails', '~> 5.0'
gem 'rails-deprecated_sanitizer', '~> 1.0', '>= 1.0.3'
2018-12-25 13:26:31 +05:30
2019-02-15 18:28:22 +05:30
# Improves copy-on-write performance for MRI