mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix beta-versions gemfile for cucumber
This commit is contained in:
parent
4a06bb9729
commit
f836136049
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ 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'
|
||||
|
||||
gem 'cucumber-core', github: 'cucumber/cucumber-ruby-core'
|
||||
gem 'cucumber-wire', github: 'cucumber/cucumber-ruby-wire'
|
||||
gem 'puma', github: 'puma/puma'
|
||||
|
||||
|
|
Loading…
Reference in a new issue