Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-29 03:10:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-29 03:10:16 +0300
commitf6db0f9b57f07030ff94e684b0623d0a28437aaf (patch)
treec01a7c62744c229607e37c49ea464a75bd8ac625 /Gemfile
parent2c9fd5c50d9f34bbee15bd4c7e30bd353f7265e1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 18a4d7941d0..12d6bbc8498 100644
--- a/Gemfile
+++ b/Gemfile
@@ -306,7 +306,7 @@ gem 'rack-attack', '~> 6.3.0'
gem 'sentry-raven', '~> 3.0'
# PostgreSQL query parsing
-gem 'gitlab-pg_query', '~> 1.3.1', require: 'pg_query'
+gem 'pg_query', '~> 1.3.0'
gem 'premailer-rails', '~> 1.10.3'