teamcapybara--capybara/Gemfile

13 lines
209 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
gem 'xpath', git: 'git://github.com/teamcapybara/xpath.git'
group :doc do
gem 'redcarpet', platforms: :mri
end