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: ff29824529f0d9f2d80207f9a94423c07f9fc5cd (plain)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

gem 'pry-byebug', '~> 3.4.1', platform: :mri
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'