Skip to content
Snippets Groups Projects
Commit 977e1f01 authored by Ramya Authappan's avatar Ramya Authappan
Browse files

Merge branch 'egb-bump-version-8.1.0' into 'master'

Bump to version 8.1.0

See merge request gitlab-org/gitlab-qa!1005
parents 3eaae8c5 e85b12cf
No related branches found
No related tags found
No related merge requests found
PATH
remote: .
specs:
gitlab-qa (8.0.0)
gitlab-qa (8.1.0)
activesupport (~> 6.1)
gitlab (~> 4.18.0)
http (~> 5.0)
Loading
Loading
@@ -13,7 +13,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.6)
activesupport (6.1.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Loading
Loading
@@ -72,11 +72,11 @@ GEM
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-http-cache (2.2.0)
faraday-http-cache (2.4.0)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Loading
Loading
@@ -101,7 +101,7 @@ GEM
rubocop-rails (~> 2.9)
rubocop-rspec (~> 1.44)
hashdiff (1.0.1)
http (5.0.4)
http (5.1.0)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
Loading
Loading
@@ -112,7 +112,7 @@ GEM
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
kramdown (2.4.0)
Loading
Loading
@@ -127,17 +127,17 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.15.0)
minitest (5.16.2)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.2.3)
nap (1.1.0)
no_proxy_fix (0.1.2)
nokogiri (1.13.6)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
parallel (1.22.1)
parser (3.1.2.0)
Loading
Loading
@@ -147,11 +147,11 @@ GEM
method_source (~> 1.0)
public_suffix (4.0.7)
racc (1.6.0)
rack (2.2.3)
rack (2.2.4)
rainbow (3.0.0)
rake (13.0.6)
rchardet (1.8.0)
regexp_parser (2.4.0)
regexp_parser (2.5.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
Loading
Loading
@@ -177,7 +177,7 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.18.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
rubocop-gitlab-security (0.1.1)
rubocop (>= 0.51)
Loading
Loading
@@ -193,9 +193,9 @@ GEM
rubocop-ast (>= 0.7.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
solargraph (0.45.0)
backport (~> 1.2)
benchmark
Loading
Loading
@@ -215,8 +215,8 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
tilt (2.0.10)
tzinfo (2.0.4)
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Loading
Loading
@@ -227,9 +227,9 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
yard (0.9.27)
yard (0.9.28)
webrick (~> 1.7.0)
zeitwerk (2.5.4)
zeitwerk (2.6.0)
 
PLATFORMS
ruby
Loading
Loading
Loading
Loading
@@ -2,6 +2,6 @@
 
module Gitlab
module QA
VERSION = '8.0.0'
VERSION = '8.1.0'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment