debian-mirror-gitlab/debian/patches/0499-70-relax-graphlient.patch
2021-06-09 22:52:32 +05:30

14 lines
463 B
Diff

newer version is in the archive
--- a/Gemfile
+++ b/Gemfile
@@ -99,7 +99,7 @@
# https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4', '>= 1.4.10'
gem 'apollo_upload_server', '~> 2.0', '>= 2.0.2'
-gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import)
+gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import)
gem 'hashie'
# Disable strong_params so that Mash does not respond to :permitted?