debian-mirror-gitlab/qa/Gemfile

18 lines
539 B
Ruby
Raw Normal View History

2017-08-17 22:00:37 +05:30
source 'https://rubygems.org'
2019-09-30 21:07:59 +05:30
gem 'gitlab-qa'
2019-10-12 21:52:04 +05:30
gem 'activesupport', '5.2.3' # This should stay in sync with the root's Gemfile
2018-03-17 18:26:18 +05:30
gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'capybara', '~> 2.16.1'
gem 'capybara-screenshot', '~> 1.0.18'
gem 'rake', '~> 12.3.0'
gem 'rspec', '~> 3.7'
2019-02-15 15:39:39 +05:30
gem 'selenium-webdriver', '~> 3.12'
2018-03-17 18:26:18 +05:30
gem 'airborne', '~> 0.2.13'
2019-10-12 21:52:04 +05:30
gem 'nokogiri', '~> 1.10.4'
2019-03-13 22:55:13 +05:30
gem 'rspec-retry', '~> 0.6.1'
2019-09-30 21:07:59 +05:30
gem 'rspec_junit_formatter', '~> 0.4.1'
2019-07-07 11:18:12 +05:30
gem 'faker', '~> 1.6', '>= 1.6.6'
2019-09-04 21:01:54 +05:30
gem 'knapsack', '~> 1.17'
2019-09-30 21:07:59 +05:30
gem 'parallel_tests', '~> 2.29'