gitlab-org--gitlab-foss/qa/Gemfile

8 lines
180 B
Ruby

source 'https://rubygems.org'
gem 'capybara', '~> 2.12.1'
gem 'capybara-screenshot', '~> 1.0.14'
gem 'rake', '~> 12.0.0'
gem 'rspec', '~> 3.5'
gem 'selenium-webdriver', '~> 2.53'