summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 53c4646a1e57074beaae56fd68c101c13ed9e68a (plain)
1
2
3
4
5
6
7
8
source "https://rubygems.org"

gemspec :name => "ffi-yajl"

platforms :rbx do
  gem 'rubysl', '~> 2.0'
end