1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/gemfiles/Gemfile.beta-versions
2017-02-08 20:07:31 -08:00

16 lines
534 B
Text

source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'pkg-config' # needed by nokogiri
gem 'xpath', github: 'jnicklas/xpath'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
gem 'rspec', github: 'rspec/rspec'
gem 'rspec-core', github: 'rspec/rspec-core'
gem 'rspec-support', github: 'rspec/rspec-support'
gem 'rspec-mocks', github: 'rspec/rspec-mocks'
gem 'rspec-expectations', github: 'rspec/rspec-expectations'
gem 'cucumber', github: 'cucumber/cucumber-ruby'