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
660d369a
Commit
660d369a
authored
Jun 02, 2021
by
Heinrich Lee Yu
Committed by
Mark Lapierre
Jun 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update QA gems to match main repo
Upgrades ActiveSupport to 6.1.3.2
parent
11a68aa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
qa/Gemfile
qa/Gemfile
+1
-1
qa/Gemfile.lock
qa/Gemfile.lock
+11
-11
No files found.
qa/Gemfile
View file @
660d369a
...
...
@@ -3,7 +3,7 @@
source
'https://rubygems.org'
gem
'gitlab-qa'
gem
'activesupport'
,
'~> 6.
0.3.3
'
# This should stay in sync with the root's Gemfile
gem
'activesupport'
,
'~> 6.
1.3.2
'
# This should stay in sync with the root's Gemfile
gem
'allure-rspec'
,
'~> 2.13.10'
gem
'capybara'
,
'~> 3.29.0'
gem
'capybara-screenshot'
,
'~> 1.0.23'
...
...
qa/Gemfile.lock
View file @
660d369a
...
...
@@ -2,12 +2,12 @@ GEM
remote: https://rubygems.org/
specs:
abstract_type (0.0.7)
activesupport (6.
0.3.4
)
activesupport (6.
1.3.2
)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>=
0.7
, < 2)
minitest (
~>
5.1)
tzinfo (~>
1.1
)
zeitwerk (~> 2.
2, >= 2.2.2
)
i18n (>=
1.6
, < 2)
minitest (
>=
5.1)
tzinfo (~>
2.0
)
zeitwerk (~> 2.
3
)
adamantium (0.2.0)
ice_nine (~> 0.11.0)
memoizable (~> 0.4.0)
...
...
@@ -52,7 +52,7 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.
7
)
concurrent-ruby (1.1.
8
)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
...
...
@@ -74,7 +74,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.
5
)
i18n (1.8.
10
)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jwt (2.2.2)
...
...
@@ -92,7 +92,7 @@ GEM
mime-types-data (3.2020.0425)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.
2
)
minitest (5.14.
4
)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
...
...
@@ -169,8 +169,8 @@ GEM
systemu (2.6.5)
thread_safe (0.3.6)
timecop (0.9.1)
tzinfo (
1.2.9
)
thread_safe (~> 0.1
)
tzinfo (
2.0.4
)
concurrent-ruby (~> 1.0
)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
...
...
@@ -195,7 +195,7 @@ PLATFORMS
ruby
DEPENDENCIES
activesupport (~> 6.
0.3.3
)
activesupport (~> 6.
1.3.2
)
airborne (~> 0.3.4)
allure-rspec (~> 2.13.10)
capybara (~> 3.29.0)
...
...
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