summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
diff options
context:
space:
mode:
authorLara <lara@uwu.is>2021-12-07 10:49:42 +0100
committerGitHub <noreply@github.com>2021-12-07 10:49:42 +0100
commitd52722bd8c30bff130f149c90559a9aefb45a551 (patch)
tree90fa60219469799ce730bf5845f469aff1950a4c /pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
parent38937b7a7893059bc0e71090a9717ba8c80d5020 (diff)
downloadnixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.tar
nixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.tar.gz
nixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.tar.bz2
nixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.tar.lz
nixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.tar.xz
nixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.tar.zst
nixpkgs-d52722bd8c30bff130f149c90559a9aefb45a551.zip
gitlab: 14.5.1 -> 14.5.2 (#149305)
https://about.gitlab.com/releases/2021/12/06/security-release-gitlab-14-5-2-released/
Diffstat (limited to 'pkgs/applications/version-management/gitlab/rubyEnv/Gemfile')
-rw-r--r--pkgs/applications/version-management/gitlab/rubyEnv/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
index 8e781a9a862..69a8528d689 100644
--- a/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
+++ b/pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
@@ -97,7 +97,7 @@ gem 'grape-entity', '~> 0.10.0'
 gem 'rack-cors', '~> 1.0.6', require: 'rack/cors'
 
 # GraphQL API
-gem 'graphql', '~> 1.11.8'
+gem 'graphql', '~> 1.11.10'
 # NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771
 # TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released:
 # https://gitlab.com/gitlab-org/gitlab/issues/31747