summaryrefslogtreecommitdiff
path: root/qa/Gemfile
blob: baafc976c4b043350184f2afe708bb9a3e27ac6f (plain)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

gem 'capybara', '~> 2.12.1'
gem 'capybara-screenshot', '~> 1.0.14'
gem 'capybara-webkit', '~> 1.12.0'
gem 'rake', '~> 12.0.0'
gem 'rspec', '~> 3.5'
gem 'rubocop', '~> 0.47.1'