Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d089a459346357e978500c46929713c073c5cad (plain)
1
2
3
4
5
6
7
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'