diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-29 00:08:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-29 00:08:11 +0000 |
commit | d123b8e0d64fa8b6bc63f1098b45f03b193353fb (patch) | |
tree | 127446c00f9b08d90f0605fcddcce2e1bf92650b /qa/Gemfile | |
parent | a295498a0c6981bfbcdccf7375b4891d2f5b5baa (diff) | |
download | gitlab-ce-d123b8e0d64fa8b6bc63f1098b45f03b193353fb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile')
-rw-r--r-- | qa/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile index 6eb8733ab41..d5c682ef76f 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'gitlab-qa' -gem 'activesupport', '~> 6.0.3' # This should stay in sync with the root's Gemfile +gem 'activesupport', '~> 6.0.3.1' # This should stay in sync with the root's Gemfile gem 'capybara', '~> 3.29.0' gem 'capybara-screenshot', '~> 1.0.23' gem 'rake', '~> 12.3.0' |