teamcapybara--capybara/gemfiles/Gemfile.beta-versions

19 lines
571 B
Plaintext
Raw Normal View History

source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'pkg-config' # needed by nokogiri
2017-05-25 17:43:28 +00:00
gem 'xpath', github: 'teamcapybara/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'
2017-02-08 21:49:46 +00:00
gem 'cucumber', github: 'cucumber/cucumber-ruby'
gem 'puma', github: 'puma/puma'