mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
12 lines
175 B
Text
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
|