teamcapybara--capybara/Gemfile

13 lines
208 B
Ruby
Raw Normal View History

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