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:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-15 23:42:30 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-15 23:42:30 +0300
commitddde3e3ae8c38b81b28525d12ed6787a78160614 (patch)
tree09ddbad20aac654a07cef5fe6c392fba3b6687e8
parente21deaee8ee0d453bf899c1b3fb46262cc60dab9 (diff)
Remove gitlab_ci_meta from gems
-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)