2013-11-14 09:43:36 -08:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2016-07-22 10:21:24 -07:00
|
|
|
gem 'bundler', '~> 1.1'
|
2018-04-05 09:18:55 -07:00
|
|
|
gemspec path: '..'
|
2013-11-14 09:43:36 -08:00
|
|
|
|
2016-10-12 13:43:01 -07:00
|
|
|
gem 'pkg-config' # needed by nokogiri
|
2017-05-25 10:43:28 -07:00
|
|
|
gem 'xpath', github: 'teamcapybara/xpath'
|
2015-10-28 12:11:29 -07:00
|
|
|
gem 'rack', github: 'rack/rack'
|
2016-07-25 12:55:38 -07:00
|
|
|
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
2016-09-07 00:34:15 -07:00
|
|
|
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 13:49:46 -08:00
|
|
|
gem 'cucumber', github: 'cucumber/cucumber-ruby'
|
2018-08-06 11:37:42 -07:00
|
|
|
gem 'cucumber-core', github: 'cucumber/cucumber-ruby-core'
|
|
|
|
gem 'cucumber-wire', github: 'cucumber/cucumber-ruby-wire'
|
2017-05-25 19:18:38 -07:00
|
|
|
gem 'puma', github: 'puma/puma'
|
|
|
|
|