debian-mirror-gitlab/debian/patches/Gemfile/0150-relax-graphlient.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
427 B
Diff
Raw Normal View History

newer version is in the archive
--- a/Gemfile
+++ b/Gemfile
2022-06-22 00:40:03 +05:30
@@ -100,7 +100,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?