debian-mirror-gitlab/debian/patches/Gemfile/0150-relax-graphlient.patch
2022-03-02 13:35:08 +05:30

13 lines
425 B
Diff

newer version is in the archive
--- a/Gemfile
+++ b/Gemfile
@@ -97,7 +97,7 @@
gem 'graphql', '~> 1.11', '>= 1.11.10'
gem 'graphiql-rails', '~> 1.8'
gem 'apollo_upload_server', '~> 2.1'
-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?