Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c3c4374d
Commit
c3c4374d
authored
Nov 16, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update rake and gitlab-qa versions
parent
b4c0fa17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
19 deletions
+20
-19
qa/Gemfile
qa/Gemfile
+1
-1
qa/Gemfile.lock
qa/Gemfile.lock
+19
-18
No files found.
qa/Gemfile
View file @
c3c4374d
...
...
@@ -7,7 +7,7 @@ gem 'activesupport', '~> 6.1.4.1' # This should stay in sync with the root's Gem
gem
'allure-rspec'
,
'~> 2.15.0'
gem
'capybara'
,
'~> 3.35.0'
gem
'capybara-screenshot'
,
'~> 1.0.23'
gem
'rake'
,
'~> 1
2.3.
3'
gem
'rake'
,
'~> 13'
gem
'rspec'
,
'~> 3.10'
gem
'selenium-webdriver'
,
'~> 4.0'
gem
'airborne'
,
'~> 0.3.4'
,
require:
false
# airborne is messing with rspec sandboxed mode so not requiring by default
...
...
qa/Gemfile.lock
View file @
c3c4374d
...
...
@@ -11,7 +11,7 @@ GEM
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
addressable (2.
7
.0)
addressable (2.
8
.0)
public_suffix (>= 2.0.2, < 5.0)
airborne (0.3.4)
activesupport
...
...
@@ -88,27 +88,25 @@ GEM
gitlab (4.16.1)
httparty (~> 0.14, >= 0.14.0)
terminal-table (~> 1.5, >= 1.5.1)
gitlab-qa (7.
9.1
)
gitlab-qa (7.
14.0
)
activesupport (~> 6.1)
gitlab (~> 4.16.1)
http (
= 4.3
.0)
http (
~> 5
.0)
nokogiri (~> 1.10)
table_print (= 1.5.7)
http (
4.3.0
)
addressable (~> 2.
3
)
http (
5.0.4
)
addressable (~> 2.
8
)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2
.0)
llhttp-ffi (~> 0.4
.0)
http-accept (1.7.0)
http-cookie (1.0.
3
)
http-cookie (1.0.
4
)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
httparty (0.19.0)
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.1
0
)
i18n (1.8.1
1
)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
influxdb-client (1.17.0)
...
...
@@ -116,14 +114,17 @@ GEM
rake
launchy (2.4.3)
addressable (~> 2.3)
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
macaddr (1.7.2)
systemu (~> 2.6.5)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.9.0)
mime-types (3.
3.1
)
mime-types (3.
4.0
)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.
0704
)
mime-types-data (3.2021.
1115
)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
...
...
@@ -153,12 +154,12 @@ GEM
pry-byebug (3.5.1)
byebug (~> 9.1)
pry (~> 0.10)
public_suffix (4.0.
1
)
public_suffix (4.0.
6
)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (1
2.3.3
)
rake (1
3.0.6
)
regexp_parser (2.1.1)
require_all (3.0.0)
rest-client (2.1.0)
...
...
@@ -212,7 +213,7 @@ GEM
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.
7.7
)
unf_ext (0.0.
8
)
unicode-display_width (1.8.0)
unparser (0.4.7)
abstract_type (~> 0.0.7)
...
...
@@ -233,7 +234,7 @@ GEM
selenium-webdriver (~> 4.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.
4.2
)
zeitwerk (2.
5.1
)
PLATFORMS
ruby
...
...
@@ -255,7 +256,7 @@ DEPENDENCIES
parallel (~> 1.19)
parallel_tests (~> 2.29)
pry-byebug (~> 3.5.1)
rake (~> 1
2.3.
3)
rake (~> 13)
rest-client (~> 2.1.0)
rotp (~> 3.1.0)
rspec (~> 3.10)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment