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
2016-06-16 13:57:45 -07:00

12 lines
175 B
Text

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