1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/Gemfile

15 lines
235 B
Text
Raw Normal View History

# frozen_string_literal: true
source 'https://rubygems.org'
2019-01-04 12:28:16 -05:00
gem 'bundler', '< 3.0'
gemspec
gem 'xpath', github: 'teamcapybara/xpath'
# gem 'rack-test', github: 'rack/rack-test'
group :doc do
2018-01-09 17:05:50 -05:00
gem 'redcarpet', platforms: :mri
end