1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/gemfiles/Gemfile.capybara_master
2018-03-13 13:21:09 -07:00

13 lines
190 B
Text

source 'https://rubygems.org'
gemspec :path => '..'
gem 'capybara', github: 'teamcapybara/capybara'
gem 'listen'
gem 'puma'
platforms :rbx do
gem 'rubysl'
gem 'racc'
gem 'json'
end