mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
9 lines
103 B
Ruby
9 lines
103 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
platforms :rbx do
|
|
gem 'rubysl'
|
|
gem 'racc'
|
|
gem 'json'
|
|
end
|