summaryrefslogtreecommitdiff
path: root/qa/chemlab-library-gitlab.gemspec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-20 06:09:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-20 06:09:32 +0000
commitafb35e247139c24382a0bb3da893ce156e183be2 (patch)
tree82b74d1eaa6d17ddb53118b205fb91764a4f24d6 /qa/chemlab-library-gitlab.gemspec
parent58c0ae1238785d0964789537be3d75f94e8d60dd (diff)
downloadgitlab-ce-afb35e247139c24382a0bb3da893ce156e183be2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/chemlab-library-gitlab.gemspec')
-rw-r--r--qa/chemlab-library-gitlab.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/chemlab-library-gitlab.gemspec b/qa/chemlab-library-gitlab.gemspec
index 908aad01850..d42d0e5e926 100644
--- a/qa/chemlab-library-gitlab.gemspec
+++ b/qa/chemlab-library-gitlab.gemspec
@@ -4,7 +4,7 @@ $:.unshift(File.expand_path('lib', __dir__))
Gem::Specification.new do |spec|
spec.name = 'chemlab-library-gitlab'
- spec.version = '0.1.1'
+ spec.version = '0.2.0'
spec.authors = ['GitLab Quality']
spec.email = ['quality@gitlab.com']
@@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
- spec.add_runtime_dependency 'chemlab', '~> 0.7'
+ spec.add_runtime_dependency 'chemlab', '~> 0.8'
end