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.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 4905169f65e..b0724fadf5b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -120,5 +120,5 @@ group :test do
end
group :production do
- gem "gitlab_meta", '2.8'
+ gem "gitlab_meta", '2.9'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index b8e97aa0204..f226c931bff 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -178,7 +178,7 @@ GEM
gherkin (2.11.0)
json (>= 1.4.6)
git (1.2.5)
- gitlab_meta (2.8)
+ gitlab_meta (2.9)
grape (0.2.1)
hashie (~> 1.2)
multi_json
@@ -397,7 +397,7 @@ DEPENDENCIES
ffaker
foreman
git
- gitlab_meta (= 2.8)
+ gitlab_meta (= 2.9)
gitolite!
grack!
grape (~> 0.2.1)