diff options
Diffstat (limited to 'qa/Gemfile')
| -rw-r--r-- | qa/Gemfile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile index 12994b85322..f04ecb13879 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -1,5 +1,7 @@ source 'https://rubygems.org' +gem 'gitlab-qa' +gem 'activesupport', '5.2.3' # This should stay in sync with the root's Gemfile gem 'pry-byebug', '~> 3.5.1', platform: :mri gem 'capybara', '~> 2.16.1' gem 'capybara-screenshot', '~> 1.0.18' @@ -7,7 +9,9 @@ gem 'rake', '~> 12.3.0' gem 'rspec', '~> 3.7' gem 'selenium-webdriver', '~> 3.12' gem 'airborne', '~> 0.2.13' -gem 'nokogiri', '~> 1.10.3' +gem 'nokogiri', '~> 1.10.4' gem 'rspec-retry', '~> 0.6.1' +gem 'rspec_junit_formatter', '~> 0.4.1' gem 'faker', '~> 1.6', '>= 1.6.6' gem 'knapsack', '~> 1.17' +gem 'parallel_tests', '~> 2.29' |
