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:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 1a7af589f6d..0cc69125c62 100644
--- a/Gemfile
+++ b/Gemfile
@@ -301,8 +301,6 @@ gem 'whenever', '~> 0.8.4', require: false
# OAuth
gem 'oauth2', '~> 1.0.0'
-gem 'gitlab_ci_meta', '~> 4.0'
-
# Soft deletion
gem "paranoia", "~> 2.0"
diff --git a/Gemfile.lock b/Gemfile.lock
index 65050a71c34..2fd4d0dd65b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -825,7 +825,6 @@ DEPENDENCIES
github-markup (~> 1.3.1)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-linguist (~> 3.0.1)
- gitlab_ci_meta (~> 4.0)
gitlab_emoji (~> 0.1)
gitlab_git (~> 7.2.15)
gitlab_meta (= 7.0)
@@ -887,7 +886,7 @@ DEPENDENCIES
rerun (~> 0.10.0)
rqrcode-rails3 (~> 0.1.7)
rspec-rails (~> 3.3.0)
- rubocop (= 0.28.0)
+ rubocop (~> 0.28.0)
ruby-fogbugz (~> 0.2.0)
sanitize (~> 2.0)
sass-rails (~> 4.0.5)